fix: heap compile error

This commit is contained in:
auth 2023-10-10 22:47:59 +02:00 committed by GitHub
parent 79dc6e83bc
commit 306706f447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
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