Skip to content

Commit

Permalink
Enable org.gradle.caching (#2286)
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz authored Aug 27, 2024
1 parent d9afab7 commit 742ad32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 742ad32

Please sign in to comment.