Skip to content

Commit

Permalink
Enable gradle build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Sep 29, 2024
1 parent 087098f commit d83dd6f
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 @@ -3,4 +3,5 @@ org.gradle.jvmargs=-Xmx4096m -XX:+UseParallelGC --add-exports=jdk.compiler/com.s
android.enableJetifier=true
android.experimental.legacyTransform.forceNonIncremental=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.nonTransitiveRClass=false
org.gradle.configuration-cache=true

0 comments on commit d83dd6f

Please sign in to comment.