Remove dependency on dev version of gradle plugin in import tests
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ buildscript {
|
||||
|
||||
dependencies {
|
||||
apply from: "include.gradle"
|
||||
def kotlinVersion = gradleKotlinPluginVersion('1.2.40-dev-610')
|
||||
def kotlinVersion = gradleKotlinPluginVersion('1.2.60')
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user