:wave::skin-tone-3: Hi everyone, can you please he...
# compiler
d
👋🏼 Hi everyone, can you please help me understand how to report Kotlin2 compiler errors inside an IntelliJ Plugin? We are trying to use IntelliJ IDE's
com.intellij.lang.annotation.Annotator
to display errors reported from a
FirFunctionCallChecker::check
DiagnosticReporter. It looks like a question similar to this was raised here. If that’s not feasible, what steps can we take to make sure compiler validations are in place and that the IDE shows the errors? This way, our engineers can easily see them while working in the IDE, and the CI/CD process can report any errors during the execution of the cloud pipelines.
c
I don't know the answer, but just to point out that the next Kotlin version (2.2.0) will integrate with Gradle's Problem API, which may be easier to access from IntelliJ plugins?
🎉 1