This looks like an out of memory error running the Kotlin compiler (which can use a lot of memory).
Can you post your config file? Limiting the memory with something like _JAVA_OPTIONS: “-Xms512m -Xmx3072m” should help.
This looks like an out of memory error running the Kotlin compiler (which can use a lot of memory).
Can you post your config file? Limiting the memory with something like _JAVA_OPTIONS: “-Xms512m -Xmx3072m” should help.