Tóth István Zoltán
05/10/2023, 10:16 AMpluginContext.createDiagnosticReporter(_PLUGIN_ID_)
to create a diagnostics reporter and send the errors through that reporter.
Is there a smarter way to do this? It is an inconvenience only but I don't like that the build seems like an error even when it is successful.dmitriy.novozhilov
05/10/2023, 10:23 AMkotlin-compiler-testing
, but I can suggest to use test framework which is used in kotlin compiler itself
Here you can find the example of plugin and test framework setupTóth István Zoltán
05/10/2023, 10:27 AMdmitriy.novozhilov
05/10/2023, 10:28 AM