0
How to run kotlin code on cmd
Please explain. .. Every step in detail Starting from the installation...
1 Réponse
+ 5
Pretty much everything detailed in here:
https://kotlinlang.org/docs/tutorials/command-line.html
You install Kotlin compiler, and the rest is similar to compiling Java code. Instead of javac, you used the kotlinc command.