Colton Idle
12/08/2020, 12:18 AMjava.lang.OutOfMemoryError: Java heap space
The stack trace (even though it probably doesn't matter) is occurring at:
org.jetbrains.kotlin.backend.common.IrValidator.visitSimpleFunction
I know what you're saying "Just increase the java heap"... but we literally tried increasing updating every java heap size setting we could find. Is there one for the Kotlin backend/daemon or something?
It does run on my machine though, and it seems like our project has all of the java memory settings shared throughout the team so its weird that it doesn't work. We followed everything spelled out here with still no luck. https://github.com/gradle/gradle/issues/8139#issuecomment-543050424
We've run out of ideas.