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