We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899b29d commit f3e66a2Copy full SHA for f3e66a2
build.gradle
@@ -54,7 +54,7 @@ allprojects {
54
if (overridingKotlinVersion != null) { project.kotlin_version = overridingKotlinVersion }
55
56
if (build_snapshot_train) {
57
- project.kotlin_version = project.findProperty("build_snapshot_train")
+ project.kotlin_version = project.findProperty("kotlin_snapshot_version")
58
repositories {
59
mavenLocal()
60
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
0 commit comments