Hi everyone! I'm new here and I've just started to work with Kotlin and Arrow Meta. Is there a way to see the compiler plugin's stdout in the console when compiling it with gradle?
println
doesn't seem to show up...
r
raulraja
02/11/2021, 11:37 AM
Hi @Max Härtwig, try with the messageCollector available in the compiler context and use a level like WARN or ERROR. @Rachel may know a better way.
r
Rachel
02/11/2021, 1:32 PM
Hi 👋 no, I don't know a better way 🙌
Rachel
02/11/2021, 1:53 PM
I just can see
println
messages when using the compiler testing library by @tschuchort