Any simple way for a compiler plugin to suppress a...
# compiler
y
Any simple way for a compiler plugin to suppress a warning? I know I can go through Gradle by adding the relevant compiler argument, but is there a compiler plugin only way to do it?
d
Currently there is no API for that. But there is a ticket: KT-55028.