mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-16 03:27:02 +05:30
fix(gradle): correct property name for CC
This commit is contained in:
parent
1a94ba5a40
commit
4a52524212
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ systemProp.org.gradle.android.cache-fix.ignoreVersionCheck=true
|
||||||
|
|
||||||
# Enable experimental configuration caching
|
# Enable experimental configuration caching
|
||||||
org.gradle.configuration-cache=true
|
org.gradle.configuration-cache=true
|
||||||
org.gradle.configuration-cache-problems=warn
|
org.gradle.configuration-cache.problems=warn
|
||||||
|
org.gradle.configuration-cache.max-problems=2
|
||||||
|
|
||||||
# Enable kotlin-assignment plugin
|
# Enable kotlin-assignment plugin
|
||||||
systemProp.org.gradle.unsafe.kotlin.assignment=true
|
systemProp.org.gradle.unsafe.kotlin.assignment=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue