is there any way to make only certain warnings app...
# announcements
a
is there any way to make only certain warnings appear as errors? as opposed to using:
Copy code
kotlinOptions {
    allWarningsAsErrors = true
}