fix(gradle): correct property name for CC

This commit is contained in:
Harsh Shandilya 2023-06-01 12:45:47 +05:30
parent 1a94ba5a40
commit 4a52524212
No known key found for this signature in database

View file

@ -10,7 +10,8 @@ systemProp.org.gradle.android.cache-fix.ignoreVersionCheck=true
# Enable experimental configuration caching
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
systemProp.org.gradle.unsafe.kotlin.assignment=true