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 c7e25a6a4f
commit b72291a91d

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