Increased Kotlin daemon max heap size.
Some checks are pending
Tests / build (push) Waiting to run

This commit is contained in:
Daan Vanden Bosch 2025-03-21 13:51:34 +01:00
parent 15bc398294
commit 0bde9390a8

View File

@ -1,2 +1,3 @@
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
kotlin.daemon.jvmargs=-Xmx4096g