From b3ebdb6e81dc063f15e58fe349d8fda7b16177d7 Mon Sep 17 00:00:00 2001 From: Patrick Michalik <120058021+patrickmichalik@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:36:31 +0100 Subject: [PATCH] Enable Kotlin Multiplatform cross-compilation --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index d22bb82d7..6cdfe84a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,6 +17,7 @@ android.useAndroidX=true kotlin.code.style=official kotlin.incremental.useClasspathSnapshot=true +kotlin.native.enableKlibsCrossCompilation=true org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 -XX:+UseParallelGC org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled