From a551208b9db5d0c7d9b3281b5eb60172fe1d3ae8 Mon Sep 17 00:00:00 2001 From: Yang Date: Wed, 28 Aug 2024 23:32:30 +1000 Subject: [PATCH] Enable project isolation. --- gradle.properties | 1 + 1 file changed, 1 insertion(+) 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