From ab2ad2c4e4f643575aea0853dca8b8576057eccf Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Wed, 18 Jun 2025 15:33:03 +0200 Subject: [PATCH] ALL THE CORES Use all of them! --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3417f857b6e..71ae96b99d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,9 +7,6 @@ org.gradle.configuration-cache=true org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled -# Daemons workers -org.gradle.workers.max=2 - # AndroidX required by AGP >= 3.6.x android.useAndroidX=true