Update Kotlin/Native: 1.4.30-dev-17200

This commit is contained in:
Alexander Gorshenev
2020-11-10 22:34:50 +03:00
parent 3666327c81
commit ade46ef808
+1 -1
View File
@@ -189,7 +189,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.4.30-dev-16766"
extra["versions.kotlin-native"] = "1.4.30-dev-17200"
}
val intellijUltimateEnabled by extra(project.kotlinBuildProperties.intellijUltimateEnabled)