-
Notifications
You must be signed in to change notification settings - Fork 401
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
Support Kotlin gradle files? #449
Comments
I do not see why we should not include kotlin support? If a project prefers to use kotlin we should be able to import it. |
@fbricon are there any docs you could point me at for how one might implement a jdt.ls extension? Context: I'm running the LS behind a proxy so the gradlew file in the repo won't build by default. I'd prefer for the LS to use a gradle distribution URI or GRADLE_HOME from the environment ahead of using the workspace's gradlew. |
@gatesn our wiki is unfortunately incomplete. You might want to look into https://github.com/gorkem/jdt.ls.pde as an exemple though Whose gradlew file won't build? The users', the server's? Is it related to Kotlin support? |
No, sorry hijacked the ticket a little bit. Here's new one: #480 |
Was fixed with #1849 |
Buildship added support for kotlin: https://github.com/eclipse/buildship/tree/master/org.eclipse.buildship.kotlin
We need to evaluate whether we should embed that plugin as well, or let 3rd party adopters implement a jdt.ls extension for that.
The text was updated successfully, but these errors were encountered: