From b39aa83bd33c32dd7f0fce1602920770ca45da12 Mon Sep 17 00:00:00 2001 From: Goooler Date: Fri, 21 Jul 2023 14:21:41 +0800 Subject: [PATCH] Enable configuration on demand https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:configuration_on_demand --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index d6458af67..2c7f14979 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,3 +17,4 @@ org.gradle.parallel=true # experimental android.experimental.enableNewResourceShrinker.preciseShrinking=true org.gradle.configuration-cache=true +org.gradle.configureondemand=true