diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index 5390fe0acf3..b43646f359d 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -1,5 +1,6 @@ org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8 -kotlin.daemon.jvmargs=-Xmx2200m # Should be the same as in the main project to avoid spawning second daemon +# Should be the same as in the main project to avoid spawning second daemon +kotlin.daemon.jvmargs=-Xmx2200m cacheRedirectorEnabled=true