What are the common issues for “Backend Internal e...
# server
k
What are the common issues for “Backend Internal error: Exception during IR lowering” being raised while compiling?
(this is a backend springboot project)
m
Probably better suited for #compiler
The Backend here is the Kotlin compiler backend
Means the Kotlin compiler doesn't like something in your Kotlin sources. Might be worth trying with/without K2 and uploading a small reproducer if you can isolate one
k
I was unaware that there was a #compiler channel. Thank you
👍 1