diff --git a/gradle.properties b/gradle.properties index 8073d51..80ea915 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,6 +23,7 @@ org.gradle.configureondemand=true org.gradle.caching=true org.gradle.configuration-cache=true org.gradle.configuration-cache.problems=warn +org.gradle.unsafe.isolated-projects=true # Kotlin code style kotlin.code.style=official