build: apply gradle cache fix plugin

This commit is contained in:
Harsh Shandilya 2022-06-28 16:55:26 +05:30
parent eb00c7b8c5
commit a381d3d1ed
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
6 changed files with 28 additions and 3 deletions

View file

@ -5,6 +5,9 @@ org.gradle.caching=true
# Enable filesystem watching
org.gradle.vfs.watch=true
# Disable cache-fix version warning
org.gradle.android.cache-fix.ignoreVersionCheck=true
# Enable experimental configuration caching
org.gradle.unsafe.configuration-cache=true