Piotr Krzemiński
07/20/2023, 12:20 PMPiotr Krzemiński
07/20/2023, 12:26 PMPiotr Krzemiński
07/20/2023, 12:26 PMVampire
07/20/2023, 1:18 PMkts
scripts are mainly documented when it comes to the CLI, as that is the way to start them.
Either by manually calling the CLI, or for *nix to have a shebang line that runs the script with the given CLI, but essentially it is still running the Kotlin CLI with the file as argument.
https://kotlinlang.org/docs/command-line.html#run-scripts
https://kotlinlang.org/docs/compiler-reference.html#scriptPiotr Krzemiński
07/20/2023, 1:19 PMVampire
07/20/2023, 1:21 PMmain.kts
scripts and their possibilities, like using Repository, DependsOn, Import and so on.Piotr Krzemiński
07/20/2023, 2:04 PMilya.chernikov
07/21/2023, 7:55 AMDependsOn
and other advanced stuff. There is definitely room to improve.
Thank you for your feedback. I'll try to find out how better to process it. Unfortunately currently we do not have much free resources to write a new tutorial, but maybe we can figure out how to improve it with some minor update.Piotr Krzemiński
07/21/2023, 8:01 AMilya.chernikov
07/21/2023, 8:24 AMPiotr Krzemiński
07/21/2023, 8:24 AMPiotr Krzemiński
07/21/2023, 9:05 AMPiotr Krzemiński
07/21/2023, 9:08 AMAndrey Polyakov [JB]
07/21/2023, 10:23 AM