Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Mixing JDT with non Java JVM language
Mixing JDT with non Java JVM language [message #1817319] Wed, 20 November 2019 06:50
Eclipse UserFriend
Hello,
I have project mixing kotlin and java.

I have made a quick dev on top of a Kotlin LSP I found on github, and I have setup my projects so gradle is performing incremental compilation for kotlin files on a folder exported as a class libraries (using eclipse.autoBuildTasks).

Not perfect but better than with Kotlin Eclipse Plugin, that had too many bug to be used in my case.
My environment is usable, but I am missing some features:

* Open Type (ctrl+shift+t) dialog only propose Java source and Kotlin compiled .class. Is there any way to contribute to this dialog to add kotlin files ?

* I cannot found any way to customize way sources and javadocs are attached to classes, I'd like to find a way to attach my kotlin sources and javadocs to compiled classes ? is it possible ?

Arnaud

[Updated on: Wed, 20 November 2019 06:50] by Moderator

Previous Topic:Eclipse "forgets" existence of class
Next Topic:Cannot generate entities from existing MySQL db using JPA Tools
Goto Forum:
  


Current Time: Wed Jul 16 11:09:51 EDT 2025

Powered by FUDForum. Page generated in 0.03802 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top