flygerian.eagle
02/21/2022, 5:33 AMArtyom Degtyarev [JB]
02/21/2022, 7:11 AMSDKMAN!
. This approach does not provide you with Kotlin/Native compiler, its support in SDKMAN were discussed some time ago and no decision was make there(https://youtrack.jetbrains.com/issue/KT-44288).
To install Kotlin/Native compiler, please download it using GitHub Releases as described here, or let the Gradle do this by executing any kotlin-native task, e.g. runDebugExecutableNative
in a project with kotlin-multiplatform plugin enabled and a native target defined. The Gradle would download the compiler into ~/.konan/kotlin-native-prebuilt-<os>-<arch>-<version>/bin/
.flygerian.eagle
02/25/2022, 10:38 PMflygerian.eagle
02/25/2022, 11:29 PMArtyom Degtyarev [JB]
02/28/2022, 8:03 AM