File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ allprojects {
33 mavenLocal()
44 mavenCentral()
55 google()
6- jcenter()
76 maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
87 }
98}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kotlin.code.style=official
33GROUP =co.touchlab
44
55VERSION_NAME =1.2.3
6- KOTLIN_VERSION =1.9.20-RC2
6+ KOTLIN_VERSION =1.9.20
77
88kotlin.native.ignoreDisabledTargets =true
99
@@ -27,5 +27,3 @@ POM_DEVELOPER_URL=https://touchlab.co/
2727kotlin.mpp.enableCInteropCommonization =true
2828kotlin.mpp.commonizerLogLevel =info
2929kotlin.mpp.applyDefaultHierarchyTemplate =false
30- kotlin.native.cacheKind.macosArm64 =none
31- kotlin.native.cacheKind.iosSimulatorArm64 =none
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ kotlin {
108108 }
109109}
110110
111- tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > {
111+ tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinNativeCompile > {
112112 kotlinOptions.freeCompilerArgs + = " -Xexpect-actual-classes"
113113}
114114
You can’t perform that action at this time.
0 commit comments