Skip to content

Commit 959ec44

Browse files
committed
Disable cross-compilation for Kotlin/Native klibs (because of cinterop)
1 parent 2ba0fd3 commit 959ec44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ version=0.5.0
88
kotlin.mpp.import.enableKgpDependencyResolution=true
99
kotlin.mpp.enableCInteropCommonization=true
1010
kotlin.native.ignoreDisabledTargets=true
11+
kotlin.native.enableKlibsCrossCompilation=false
1112
kotlin.js.yarn=false
1213
#Dokka
1314
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled

0 commit comments

Comments
 (0)