How to run kotlin code on cmd | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 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