Upgrade kotlin gradle plugin used to build libraries to 1.1.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = project.properties["deployVersion"] ?: "1.1-SNAPSHOT"
|
ext.kotlin_version = project.properties["deployVersion"] ?: "1.1-SNAPSHOT"
|
||||||
ext.kotlin_language_version = "1.1"
|
ext.kotlin_language_version = "1.1"
|
||||||
ext.kotlin_gradle_plugin_version = "1.1.1"
|
ext.kotlin_gradle_plugin_version = "1.1.2"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ sourceSets {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.jetbrains.kotlin:kotlin-stdlib:1.1.1'
|
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_gradle_plugin_version"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileKotlin {
|
compileKotlin {
|
||||||
|
|||||||
Reference in New Issue
Block a user