kscripting / kscript

Scripting enhancements for Kotlin
MIT License
2.07k stars 126 forks source link

Option to list dependencies #420

Open esturafd opened 7 months ago

esturafd commented 7 months ago

For better integration with other development environments, the option to list dependencies is added, and thus detect them directly.

An example of use would be to create a kls-classpath file with which the kotlin-language-server can detect dependencies.

https://github.com/fwcd/kotlin-language-server/tree/main?tab=readme-ov-file#figuring-out-the-dependencies