Advance kotlin-build-gradle-plugin version to 0.0.26
This commit is contained in:
committed by
TeamCityServer
parent
ab62680a03
commit
f5d00716d1
@@ -35,7 +35,7 @@ buildscript {
|
||||
maven{ url = "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies" }
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.jetbrains.kotlin:kotlin-build-gradle-plugin:0.0.25")
|
||||
classpath("org.jetbrains.kotlin:kotlin-build-gradle-plugin:0.0.26")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -400,4 +400,4 @@ task KotlinVsSwift {
|
||||
dependsOn 'clean'
|
||||
dependsOn buildAnalyzer
|
||||
dependsOn 'KotlinVsSwift:konanRun'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user