diff --git a/gradle.properties b/gradle.properties index 353bf9c53..dcbf9331c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ kotlin.code.style=official #Gradle -org.gradle.jvmargs=-Xmx6g -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx6g" +org.gradle.jvmargs=-Xmx8g -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx8g" org.gradle.caching=true #Android @@ -14,6 +14,8 @@ kotlin.mpp.enableCInteropCommonization=true kotlin.apple.deprecated.allowUsingEmbedAndSignWithCocoaPodsDependencies=true +kotlin.native.compilerArgs=-Xmx6g + # "This Android Gradle plugin (8.5.2) was tested up to compileSdk = 34." # But KMM doesn't support 8.6+ AGP yet, so let's suppress the warning for now android.suppressUnsupportedCompileSdk=35