mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
build: apply gradle cache fix plugin
This commit is contained in:
parent
eb00c7b8c5
commit
a381d3d1ed
6 changed files with 28 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue