Skip to content

Commit f7f90d1

Browse files
authored
Merge pull request #318 from WhosNickDoglio/ndoglio/gradle-cache
Enable Gradle Build cache and building modules in parallel
2 parents 2082d73 + 9f39d27 commit f7f90d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ android.enableJetifier=true
44
android.defaults.buildfeatures.buildconfig=true
55
android.nonTransitiveRClass=false
66
android.nonFinalResIds=false
7+
org.gradle.parallel=true
8+
org.gradle.caching=true
79
kotlin.code.style=official
810
kotlin.native.disableCompilerDaemon = true
911
kapt.use.k2=false

0 commit comments

Comments
 (0)