Skip to content

Commit ff4d5ee

Browse files
authored
Disable Klibs cross compilation (#540)
Prevent klib compilation failures due to cinterops being compiled on non-host system. See KT-78372 for details.
1 parent f206f5b commit ff4d5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version=0.28.0-SNAPSHOT
66
group=org.jetbrains.kotlinx
77

88
kotlin.native.ignoreDisabledTargets=true
9-
9+
kotlin.native.enableKlibsCrossCompilation=false
1010
kotlin.mpp.enableCInteropCommonization=true
1111

1212
# Workaround for Bintray treating .sha512 files as artifacts

0 commit comments

Comments
 (0)