Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
Loading