From 1eaa22fe516f0309553a8329817b2f6a4939db95 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 3 Jul 2024 14:37:59 -0400 Subject: [PATCH] increasing gradle's memory to see if CI passes. --- gradle.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 96f15c5ef..cdc50ba11 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,4 +22,6 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true android.enableR8.fullMode=true -android.nonFinalResIds=false \ No newline at end of file +android.nonFinalResIds=false + +kotlin.daemon.jvmargs=-Xmx4096m \ No newline at end of file