Activating parallel sync from the new AGP

This commit is contained in:
Vitor Pamplona
2026-07-16 10:02:45 -04:00
parent 5085bf3f04
commit 7143d81e15

View File

@@ -30,4 +30,6 @@ kotlin.daemon.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=2g
kotlin.mpp.applyDefaultHierarchyTemplate=false
# This is needed for the Swift bridge to work.
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.enableCInteropCommonization=true
# Enabled parallel sync for Gradle 9.4+
org.gradle.tooling.parallel=true