Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 11:50
Arnaud MERGEY is currently offline Arnaud MERGEYFriend
Messages: 243
Registered: March 2010
Location: France
Senior Member
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 11:50]

Report message to a moderator

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


Current Time: Fri Apr 19 22:15:54 GMT 2024

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

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

Back to the top