diff --git a/gradle.properties b/gradle.properties index 0f1f9ac..634dc79 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,7 @@ kotlin.code.style=official org.gradle.parallel=true -org.gradle.jvmargs=-Xmx3g +# Due to parallel compilation project require next amount of memory on full build +org.gradle.jvmargs=-Xmx768m kotlin_version=1.6.21