Skip to content

Commit ee18d86

Browse files
committed
Use Kotlin 1.4.0 release version for building
1 parent 9214c8f commit ee18d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0-rc")
6+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0")
77
}
88
}
99

0 commit comments

Comments
 (0)