Hi everyone. This might seem silly, but I successf...
# compose
c
Hi everyone. This might seem silly, but I successfully added compose to my project, but when my teammate checks out the branch he gets a
java.lang.OutOfMemoryError: Java heap space
The stack trace (even though it probably doesn't matter) is occurring at:
Copy code
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.