I start learning kotlin .when I run the code on vs code it shows that "kotlinc is not recognized as an internal or external command ,oreable program or batch file
-
2Does this answer your question? Kotlin compiling from command lineAli Ahmad– Ali Ahmad2020-05-17 22:15:34 +00:00Commented May 17, 2020 at 22:15
-
Download kotlin-compiler-1.4.21.zip from link, extract it to C:\Program Files\kotlinc, then add C:\Program Files\kotlinc\bin\ to your system environmental pathMuhammad Sulaiman– Muhammad Sulaiman2021-01-19 21:33:08 +00:00Commented Jan 19, 2021 at 21:33
Add a comment
|