Same as compiler error/warning/info. If invoking from Gradle, they should be printed to terminal / stdout. Like Gradle or compiler's log, they are subject to Gradle's filtering, though. So you may need to pass --info if the level is less than warning.
Ting-Yuan Huang
08/20/2021, 5:57 AM
and the current implementation has a limitation that when error or warning is present, info will be suppressed. This is resolved recently and will be available in next release, scheduled in next week.