-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle Kotlin DSL does not resolve properly #1729
Comments
Kotlin DSL is not supported at the moment. |
|
Hmm, would you maybe so kind to mention it somewhere? No fun spending 1 hour on a bug report ... https://github.com/redhat-developer/vscode-java#quick-start
=>
https://github.com/redhat-developer/vscode-java#features
=>
https://code.visualstudio.com/docs/languages/java#_java-project-in-vs-code
=>
|
This is a duplicated feature request with #632. But it finally depends on buildship component to provide the support, see eclipse-buildship/buildship#222. |
A Gradle Kotlin DSL project will not be resolved properly.
Environment
Steps To Reproduce
Executing the Gradle task properties via the Gradle tasks pane:
Current Result
A Gradle project with Kotlin DSL will not resolve properly.
Expected Result
A Gradle project with Kotlin DSL will resolve properly.
Additional Informations
If you do the same with Groovy DSL it works:
The text was updated successfully, but these errors were encountered: