Update Kotlin/Native: 1.5.20-dev-4865

This commit is contained in:
Dmitriy Dolovov
2021-04-09 17:38:16 +03:00
committed by sebastian.sellmair
parent 6d31750673
commit 14838a6b7b
+1 -1
View File
@@ -192,7 +192,7 @@ extra["versions.kotlinx-collections-immutable-jvm"] = immutablesVersion
extra["versions.ktor-network"] = "1.0.1"
if (!project.hasProperty("versions.kotlin-native")) {
extra["versions.kotlin-native"] = "1.5.20-dev-3553"
extra["versions.kotlin-native"] = "1.5.20-dev-4865"
}
val intellijUltimateEnabled by extra(project.kotlinBuildProperties.intellijUltimateEnabled)