build: Enable Gradle Configuration Cache (#2059)

This commit is contained in:
Pun Butrach 2024-07-22 15:41:50 +07:00 committed by oSumAtrIX
parent 7436d99532
commit d0b8cba2bf
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -21,4 +21,5 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies, # resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library # thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true android.nonTransitiveRClass=true
android.nonFinalResIds=false android.nonFinalResIds=false
org.gradle.configuration-cache=true