How to run kotlin code on cmd | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to run kotlin code on cmd

Please explain. .. Every step in detail Starting from the installation...

4th Sep 2020, 5:22 AM
Kiflom Berihu Abay
Kiflom Berihu Abay - avatar
1 Answer
+ 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.
4th Sep 2020, 5:46 AM
Fermi
Fermi - avatar