is there any way to treat certain warnings as erro...
# announcements
a
is there any way to treat certain warnings as errors? I’m trying out the new
kotlinOptions.allWarningsAsErrors = true
flag, but would like it to ignore deprecation warnings. Anyone any ideas? can it be more granular?