Update gradle.properties

This commit is contained in:
Ash 2022-03-20 17:37:42 +08:00
parent d78d676265
commit f668e7c329
1 changed files with 7 additions and 1 deletions

View File

@ -20,4 +20,10 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# 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.nonTransitiveRClass=true
# Custom
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.caching = true