Fix gradle plugin versioning and the plugin version used by samples
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
buildscript {
|
||||
apply from: "$rootDir/gradle/kotlinGradlePlugin.gradle"
|
||||
dependencies {
|
||||
classpath "org.jetbrains.kotlin:kotlin-native-gradle-plugin"
|
||||
classpath "org.jetbrains.kotlin:kotlin-native-gradle-plugin:$gradlePluginVersion"
|
||||
}
|
||||
|
||||
ext.useCustomDist = project.hasProperty("konan.home")
|
||||
|
||||
Reference in New Issue
Block a user