max
02/18/2017, 10:55 AMilya.chernikov
02/18/2017, 1:07 PMkotlin-script-util
library for that, in particular see here - https://github.com/JetBrains/kotlin/blob/1.1.0/libraries/tools/kotlin-script-util/src/test/kotlin/org/jetbrains/kotlin/script/util/ScriptUtilIT.kt#L92 for test code and here - https://github.com/JetBrains/kotlin/blob/1.1.0/libraries/tools/kotlin-script-util/src/test/resources/scripts/args-junit-hello-world.kts - for usage in a script.max
02/18/2017, 8:22 PMkotlinc
would make its magic on the fly.max
02/19/2017, 2:13 PMilya.chernikov
02/20/2017, 7:51 PMgradle-script-kotlin
or kotlin-jupyter
. And default scripts are remaining lean and do not prescribe additional resolving mechanisms and do not require heavy dependencies, like maven artifacts handling.
We may change default script behaviour in the future or may be add some pre-made tools for typical scenarios, but first we need to understand these scenarios and demands better.
So, we’ll be glad to hear more about your scenario in particular.max
02/21/2017, 3:38 PMGrape
in Groovy.sss
02/22/2017, 8:51 PMsss
02/22/2017, 8:53 PMmax
02/23/2017, 12:43 AM