diff --git a/gradle.properties b/gradle.properties index 38e10d962..b33955542 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,3 +24,6 @@ org.gradle.jvmargs=-Xmx4096m # Disable warnings due to the way ant+ is consumed # Using flatDir should be avoided because it doesn't support any meta-data formats android.sync.suppressAgpWarnings=FLAT_DIR_REPOSITORY_USED + +# Enabled parallel sync for Gradle 9.4+ +org.gradle.tooling.parallel=true