build: Enable Gradle Configuration Cache (#2059)

This commit is contained in:
Pun Butrach 2024-07-22 15:41:50 +07:00 committed by GitHub
parent 2eca45d397
commit 641d518b6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,3 +22,4 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonFinalResIds=false
org.gradle.configuration-cache=true