Hi all, I’m looking for a compiler flag to selecti...
# announcements
g
Hi all, I’m looking for a compiler flag to selectively raise some Kotlin compiler warnings to errors. I know there is a
-Werror
flag that will turn all warnings to errors. I’d love to raise only some of them. Do you have any ideas on where to investigate?
b
There is an open issue to support this https://youtrack.jetbrains.com/issue/KT-18783
g
Great, I’ll bump over there. Thanks for the support