Bump Kotlin/Native version to 1.6.20-dev-320

Bump done to anticipate new 'kotlinx.cinterop.UnsafeNumber' annotation
This commit is contained in:
sebastian.sellmair
2021-09-01 09:35:08 +02:00
committed by Space
parent 473ed2e410
commit 0553f0f8de
+1 -1
View File
@@ -148,7 +148,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.6.0-dev-3399"
extra["versions.kotlin-native"] = "1.6.20-dev-320"
}
val useJvmFir by extra(project.kotlinBuildProperties.useFir)