Join Slack
Powered by
I try to use Kotlin as a script language within my...
# scripting
m
mdv
09/04/2016, 11:41 AM
I try to use Kotlin as a script language within my main project. And some scripts need dependencies. The easiest way that I found is running:
kotlinc -cp json-20160810.jar -script ./makejson.kts
But editing this file in Idea is painful, because no code completion for a dependency library. Is it possible to show Idea classpath jars for code completion?
2
Views
Open in Slack
Previous
Next