Skip to content

Commit 073d47a

Browse files
committed
feat(gradle): allow caching
1 parent 379518c commit 073d47a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

gradle.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
kotlin.code.style=official
2+
3+
# Enable Gradle build optimizations
4+
org.gradle.configuration-cache=true
5+
org.gradle.caching=true
6+
org.gradle.parallel=true

0 commit comments

Comments
 (0)