build fixes

This commit is contained in:
2024-01-08 13:21:41 +06:00
parent 281243c7e5
commit 753d686fab
3 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
kotlin.code.style=official
org.gradle.parallel=true
# Due to parallel compilation project require next amount of memory on full build
org.gradle.jvmargs=-Xmx2g
org.gradle.jvmargs=-Xmx2344m
kotlin_version=1.9.22