gradle-plugin: Specify compiler version in project properties

This patch allows gradle-plugin user to specify a compiler version
via project properties. The default version is 0.2. It also updates
samples to use this new version of gradle plugin.
This commit is contained in:
Ilya Matveev
2017-05-05 13:56:25 +07:00
committed by ilmat192
parent 065fb6def5
commit 52bbbc1815
14 changed files with 125 additions and 21 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-native-gradle-plugin:0.1"
classpath "org.jetbrains.kotlin:kotlin-native-gradle-plugin:0.2"
}
}