From 9699291db9788293fa992f8281787a26612c6a82 Mon Sep 17 00:00:00 2001 From: Norbel Ambanumben Date: Mon, 19 Jan 2026 11:16:21 +0100 Subject: [PATCH] chore: increase jvm memory --- gradle.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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