Tobi
02/08/2018, 9:52 AMkonan.version
do I have to use in order to give that a try?devisnik
02/08/2018, 10:06 AMkonan.home
to your local build output.
https://github.com/JetBrains/kotlin-native/blob/master/tools/kotlin-native-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/KonanPlugin.ktTobi
02/08/2018, 10:13 AMTobi
02/08/2018, 10:17 AMkonan.version=0.6-dev-822
to access not yet released features. I just couldn’t find any mapping that tells me which version I have to use that includes that merged PR.Tobi
02/08/2018, 10:29 AMilya.matveev
02/08/2018, 11:12 AMilya.matveev
02/08/2018, 3:17 PMkonan.version=0.6-dev-936
. Since the update relates to the Gradle plugin too you need to specify the same version for it:
buildscript {
dependencies {
...
classpath "org.jetbrains.kotlin:kotlin-native-gradle-plugin:0.6-dev-936"
}
}