From 624955ddec49db603af36d52930d4a1417729059 Mon Sep 17 00:00:00 2001 From: Shihao Xiang Date: Mon, 16 Jun 2025 14:17:04 +0200 Subject: [PATCH] Adding `kotlin.native.enableKlibsCrossCompilation = true` and verify the publication --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index 6f0060c5..a09413cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,3 +5,4 @@ org.gradle.jvmargs=-Xmx2G #kotlin.mpp.applyDefaultHierarchyTemplate=false # For Android android.useAndroidX=true +kotlin.native.enableKlibsCrossCompilation = true \ No newline at end of file