Bump Kotlin/Native version to 1.7.0-dev-528

Related to #KT-50591
This commit is contained in:
Dmitriy Dolovov
2022-01-10 12:42:30 +03:00
parent 1f1b5256b0
commit e6a2785118
+1 -1
View File
@@ -120,7 +120,7 @@ rootProject.apply {
IdeVersionConfigurator.setCurrentIde(project)
if (!project.hasProperty("versions.kotlin-native")) {
extra["versions.kotlin-native"] = "1.6.20-dev-5356"
extra["versions.kotlin-native"] = "1.7.0-dev-528"
}