Hi everyone! I'm new here and I've just started to...
# arrow-meta
m
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
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
Hi 👋 no, I don't know a better way 🙌
I just can see
println
messages when using the compiler testing library by @tschuchort