From 491d0f7456cfef087737d24591f13e88d63b3a0d Mon Sep 17 00:00:00 2001 From: Gabi Moreno Date: Thu, 4 Jan 2024 08:03:45 +0100 Subject: [PATCH] Fix org.gradle.configuration-cache --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d3048f7..aed24cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ android.nonTransitiveRClass=true kotlin.code.style=official kotlin.incremental=true org.gradle.caching=true -org.gradle.configuration.cache=true +org.gradle.configuration-cache=true org.gradle.daemon=true org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 org.gradle.parallel=true