From a7317ee596bfd270279cc025e55121ba6c00e986 Mon Sep 17 00:00:00 2001 From: Gerhard Olsson Date: Sun, 9 Aug 2026 15:09:52 +0200 Subject: [PATCH] fix: gradle parallel sync --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) 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