From 576b9aff5c004602c1951be1171f04784ea352ac Mon Sep 17 00:00:00 2001 From: soywiz Date: Tue, 27 Aug 2024 11:30:19 +0200 Subject: [PATCH] Enable org.gradle.caching --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7f714a9b6e..6923b9aea7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -58,7 +58,6 @@ kotlin.native.ignoreDisabledTargets=true kotlin.mpp.androidSourceSetLayoutVersion1.nowarn=true org.gradle.daemon=true -#org.gradle.caching=true # https://kotlinlang.org/docs/whatsnew17.html#a-new-approach-to-incremental-compilation kotlin.incremental.useClasspathSnapshot=true @@ -77,3 +76,5 @@ kotlin.mpp.applyDefaultHierarchyTemplate=false #org.gradle.configureondemand=true #org.gradle.unsafe.configuration-cache=true #org.gradle.unsafe.configuration-cache-problems=warn +org.gradle.caching=true +