From 0c533986bc06b060b67f90f695f6c40fecbbeebd Mon Sep 17 00:00:00 2001 From: ganfra Date: Tue, 6 Jun 2023 23:43:02 +0200 Subject: [PATCH] Gradle: re-enable caching (will be handled in a separate PR) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9b4f41f685..ae25b1ed02 100644 --- a/gradle.properties +++ b/gradle.properties @@ -35,7 +35,7 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true -org.gradle.caching=false +org.gradle.caching=true org.gradle.configureondemand=true org.gradle.parallel=true