<How do I view "NOTE" level diagnostics when doing...
# stackoverflow
u
How do I view "NOTE" level diagnostics when doing annotation processing? Overview I'm trying to familiarise myself with Kotlin for a project I'm working on and getting to grips with annotation processing. I'd like to know how I can view diagnostics when the annotation processor runs so I can easily see what's happening at different stages within the process. Environment Windows 10 64-bit IntelliJ 2018.2.5 as my IDE Gradle 4.10.2 (configured with kapt plugin for annotation processing) Kotlin 1.2.71 Details I've found that I can access a messenger object...