From 306706f447a6bbb0f4f367f2a75d7b32c7aca2e6 Mon Sep 17 00:00:00 2001 From: auth <64337177+authorisation@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:47:59 +0200 Subject: [PATCH] fix: heap compile error --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index ab54e0cc..17bdb070 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ -org.gradle.jvmargs=-Xms5G -Xmx5G -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xms6G -Xmx6G -Dfile.encoding=UTF-8 org.gradle.parallel=true android.useAndroidX=true kotlin.code.style=official android.nonTransitiveRClass=true -android.nonFinalResIds=false \ No newline at end of file +android.nonFinalResIds=false