A `kotlin-maven-plugin` question: I'm using that plugin to run a (java) annotation processor. That p...
d
A
kotlin-maven-plugin
question: I'm using that plugin to run a (java) annotation processor. That processor uses
Diagnostic.Kind.NOTE
for diagnostic messages. These show up as ERROR in the plugin output, whereas the equivalent java plugin shows them as INFO. Is this expected?
t
Please open a new Kotlin issue, probably it should be changed