daplf / vscode-java-kotlin

Experimental support for importing Kotlin code into Java projects via a JDT.LS extension
MIT License
25 stars 6 forks source link

Investigate using Gradle as a build tool #4

Open fwcd opened 2 years ago

fwcd commented 2 years ago

It would be nice if we could use Gradle here too, both for consistency with the other projects (KLS, KDA) and to simplify the build process, since e.g. the copying of the JARs in build.sh could be handled by Gradle, which is quite flexible in this regard.

I am not sure, however, how well building Eclipse plugins with Gradle is supported though.

Some useful resources: