Skip to content

Commit

Permalink
build: Enable Gradle Configuration Cache (#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Jul 22, 2024
1 parent 2eca45d commit 641d518
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 @@ -21,4 +21,5 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonFinalResIds=false
android.nonFinalResIds=false
org.gradle.configuration-cache=true

0 comments on commit 641d518

Please sign in to comment.