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?
Ian Warwick
01/30/2020, 9:33 AM
Seems restarting machine fixes it
c
camkadev
01/30/2020, 12:26 PM
next time just check fat processes related to Java and try to kill them, this should help without restarting