back to "safe" 1.4

This commit is contained in:
Alexander Nozik 2020-09-09 11:43:05 +03:00
parent b6c984db84
commit 0959cdee15

View File

@ -16,7 +16,7 @@ repositories {
maven("https://dl.bintray.com/kotlin/kotlin-dev")
}
val kotlinVersion = "1.4.20-dev-3898-14"
val kotlinVersion = "1.4.0"
java {
targetCompatibility = JavaVersion.VERSION_1_8