Hi everyone - is there a way to selectively treat ...
# compiler
d
Hi everyone - is there a way to selectively treat a particular compiler warning as an error? I'm aware of
kotlinOptions.allWarningsAsErrors = true
but wondering if there's a way to pick individual warnings to regard as errors.
d
👍 Awesome, thanks @jw!