diff --git a/gradle.properties b/gradle.properties index 22e7dfed5..5826add1c 100755 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,7 @@ android.useAndroidX=true kotlin.code.style=official kotlin.mpp.androidSourceSetLayoutVersion=2 +# Configuration should be synced with [/gradle/build-logic/gradle.properties] org.gradle.caching=true org.gradle.configureondemand=true org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 diff --git a/gradle/build-logic/gradle.properties b/gradle/build-logic/gradle.properties new file mode 100644 index 000000000..ed607fa33 --- /dev/null +++ b/gradle/build-logic/gradle.properties @@ -0,0 +1,8 @@ +# Configuration should be synced with [/gradle.properties] +# +# Gradle properties are not passed to included builds +# https://github.com/gradle/gradle/issues/2534 +org.gradle.caching=true +org.gradle.configureondemand=true +org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 +org.gradle.parallel=true