mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 11:47:04 +05:30
fix(gradle): CC is now stable
This commit is contained in:
parent
f6b684ceb0
commit
830144d5b1
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ org.gradle.vfs.watch=true
|
||||||
systemProp.org.gradle.android.cache-fix.ignoreVersionCheck=true
|
systemProp.org.gradle.android.cache-fix.ignoreVersionCheck=true
|
||||||
|
|
||||||
# Enable experimental configuration caching
|
# Enable experimental configuration caching
|
||||||
org.gradle.unsafe.configuration-cache=true
|
org.gradle.configuration-cache=true
|
||||||
org.gradle.unsafe.configuration-cache-problems=warn
|
org.gradle.configuration-cache-problems=warn
|
||||||
|
|
||||||
# Enable Kotlin incremental compilation
|
# Enable Kotlin incremental compilation
|
||||||
kotlin.incremental=true
|
kotlin.incremental=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue