diff --git a/gradle.properties b/gradle.properties index 74487f2e..6e587a20 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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