Fix plugin version in Gradle guide (#695)
This commit is contained in:
committed by
Nikolay Igotti
parent
44620c1428
commit
f40e4898f0
+1
-1
@@ -13,7 +13,7 @@ a build script (see projects in `samples` directory):
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "org.jetbrains.kotlin:kotlin-native-gradle-plugin:0.2"
|
classpath "org.jetbrains.kotlin:kotlin-native-gradle-plugin:0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user