(x-posted from <#C0B8PUJGZ|build-tools> ) hi guys ...
# scripting
s
(x-posted from #build-tools ) hi guys - what is the plan around dependency resolution in kotlin scripts. Without the right toolset, the scripting feature will die out. I'm particularly wondering about how it will work both from the IDE and the commandline. will there be a separate file (like Gemfile) where all the dependencies are kept. or will it be annotated into the script file themselves ? there are other projects like https://github.com/holgerbrandl/kscript and https://github.com/andrewoma/kotlin-script ... but would like to know what the jetbrains team is thinking