Is there any ideas or maybe guide how to use self-...
# kotlin-native
r
Is there any ideas or maybe guide how to use self-compiled kotlin-native? We want try to use some features from master (but it's not available in 1.3.40) I've compiled kotlin native from this build (by guide from KN's Readme) https://github.com/JetBrains/kotlin-native/releases/tag/build-1.3.50-dev-2041 and now I have klib.jar Does anybody have an idea how to use it instead of the release version?
e
You can use gradle property
org.jetbrains.kotlin.native.home=<path-to-kotlin-native-folder>/dist
in
graadle.properties
file in your project or use it in command line
-Porg.jetbrains.kotlin.native.home=<path-to-kotlin-native-folder>/dist