From ca74148f56dce5ba64320e3057253fa54ede6c2e Mon Sep 17 00:00:00 2001 From: slam Date: Sat, 25 May 2024 13:01:50 +0800 Subject: [PATCH] chore: enable org.gradle.configuration-cache since the issue has been fixed. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0b88e8c..10bdf8f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ #Gradle org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M" org.gradle.caching=true -#org.gradle.configuration-cache=true --> https://github.com/touchlab/SKIE/issues/34 +org.gradle.configuration-cache=true #Kotlin kotlin.code.style=official kotlin.js.compiler=ir