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
dmitriy.novozhilov
10/20/2025, 8:55 AM
Currently there is no API for that. But there is a ticket: KT-55028.