redbassett
03/25/2020, 4:15 AMkotlinc-native
compiler tool. I have kotlin
and kotlinc
available at my command line, but not kotlinc-native
. I’m on Mac, and I don’t recall if I ever installed Kotlin or it was already there from using IntelliJ/Android Studio for Kotlin. How do I get this compiler?Artyom Degtyarev [JB]
03/25/2020, 7:45 AM~/.konan/kotlin-native-macos-<version>/bin/kotlinc-native
. If you have no such directory on your Mac, you can download the compiler manually - go to the https://github.com/jetbrains/kotlin/releases/latest and get it from the Assets subsection.redbassett
03/26/2020, 4:01 AM