Is it possible to disable a specific warning as a ...
# compiler
a
Is it possible to disable a specific warning as a compiler argument ? Like I want to disable the
unused
warning specifically for multiple gradle projects using my main
build.gradle.kts
or a gradle plugin included in all the plugins to avoid having the warning everywhere.
a
Sad :c