Gradle: re-enable caching (will be handled in a separate PR)

This commit is contained in:
ganfra 2023-06-06 23:43:02 +02:00
parent f8db17c670
commit 0c533986bc

View file

@ -35,7 +35,7 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
org.gradle.caching=false
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.parallel=true