Try experimental configuration-cache parallel storage
diff --git a/gradle.properties b/gradle.properties
index 26d90d5..6f861c8 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -10,6 +10,7 @@
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.kotlin.dsl.allWarningsAsErrors=true
+org.gradle.configuration-cache.parallel=true
# Please keep it in sync with repo/gradle-build-conventions/gradle.properties.
# It's currently needed for proper configuration cache work, the reason will be investigated later