I managed to get my playground app working but hit...
# compose
i
I managed to get my playground app working but hitting this now
Copy code
e: org.jetbrains.kotlin.util.KotlinFrontEndException: Front-end Internal error: Failed to analyze declaration Mapper
File being compiled at position: (21,1) in /Users/ian.warwick/Documents/sdev/memset/router/src/main/java/com/citizenwarwick/memset/router/Mapper.kt
The root cause java.lang.OutOfMemoryError was thrown at: unknown
	at org.jetbrains.kotlin.resolve
Wondering if its because I am offline, will try restart maybe some java process holding to much mem?
Seems restarting machine fixes it
c
next time just check fat processes related to Java and try to kill them, this should help without restarting
i
cool cheers @camkadev