I'm working on a Kotlin compiler plugin using arro...
# getting-started
p
I'm working on a Kotlin compiler plugin using arrow-meta. I'd like to know what's the official way to report compilation errors and warnings. And is there a way to have intellij handle these errors and warnings and display them?
e
I don't know, but you may get better answers in #arrow-meta
p
Thank you, I actually meant this from kotlin compiler perspective instead of from arrow-meta perspective. But I guess just throwing any Exception for erros works, and errors and warnings to be highlighted in the IDE can better be done through an intellij plugin.