From 8c865fb581c6978401084fbb26722067ce47059a Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Thu, 12 Dec 2024 12:41:30 -0700 Subject: [PATCH] build: enable parallel builds --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 39c106d13..926f8e763 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,4 +21,5 @@ android.enableJetifier=false kotlin.code.style=official android.enableR8.fullMode=true android.nonTransitiveRClass=true -android.nonFinalResIds=true \ No newline at end of file +android.nonFinalResIds=true +org.gradle.parallel=true \ No newline at end of file