[MPP] Apply @UnsafeNumber to functions and properties

KT-51224
KT-51215
This commit is contained in:
Pavel Kirpichenkov
2022-02-14 10:41:03 +03:00
committed by teamcity
parent f8a1395a03
commit 6674c3f482
14 changed files with 216 additions and 75 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ rootProject.apply {
IdeVersionConfigurator.setCurrentIde(project)
if (!project.hasProperty("versions.kotlin-native")) {
extra["versions.kotlin-native"] = "1.7.0-dev-1132"
extra["versions.kotlin-native"] = "1.7.0-dev-1827"
}