Browse Source

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

feature/fga/small_timeline_improvements
ganfra 1 year ago
parent
commit
0c533986bc
  1. 2
      gradle.properties

2
gradle.properties

@ -35,7 +35,7 @@ kotlin.code.style=official @@ -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

Loading…
Cancel
Save