Closed dmackdev closed 5 months ago
Adds Kotlin.sh to execute Kotlin scripts - see https://kotlinlang.org/docs/command-line.html#run-scripts.
Kotlin.sh
Using Kotlin scripts instead of compiling to a jar first and then running it with java means that the main function boilerplate does not need to be included in the snippet.
jar
java
main
Thanks!
Adds
Kotlin.sh
to execute Kotlin scripts - see https://kotlinlang.org/docs/command-line.html#run-scripts.Using Kotlin scripts instead of compiling to a
jar
first and then running it withjava
means that themain
function boilerplate does not need to be included in the snippet.