fix(gradle): CC is now stable

This commit is contained in:
Harsh Shandilya 2023-03-29 15:18:15 +05:30
parent f6b684ceb0
commit 830144d5b1
No known key found for this signature in database

View file

@ -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