From 3e4bf9e73eb2e489839f012b2a7bf16920cf0c49 Mon Sep 17 00:00:00 2001 From: theapache64 Date: Thu, 16 Nov 2023 11:58:15 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20gradle=20cache=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index d4ffa1b..aa32d18 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,6 +3,7 @@ org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M" org.gradle.caching=true org.gradle.configuration-cache=true +org.gradle.unsafe.configuration-cache-problems=warn #Kotlin kotlin.code.style=official