Skip to content

Commit 5c4a37b

Browse files
authored
Enable Gradle build caches (#4556)
1 parent 2b0c500 commit 5c4a37b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ kotlinx.atomicfu.enableJvmIrTransformation=true
5353
# usages of `moveForward` in `ConcurrentLinkedList.kt` correctly.
5454
kotlinx.atomicfu.enableJsIrTransformation=false
5555
kotlinx.atomicfu.enableNativeIrTransformation=true
56+
57+
org.gradle.caching=true

0 commit comments

Comments
 (0)