diff --git a/gradle.properties b/gradle.properties index 050eafd47c..0c0adeb89d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file +kotlin.mpp.enableCInteropCommonization=true +# Enabled parallel sync for Gradle 9.4+ +org.gradle.tooling.parallel=true