wasyl
04/13/2020, 11:27 AMallWarningsAsErrors
but allow deprecation warnings? allWarningsAsErrors
is nice, but it prevents us from using @Deprecated
annotation to provide seamless code migrations 😕Adam Powell
04/13/2020, 2:02 PMwasyl
04/13/2020, 2:06 PMwriting a compiler plugin to do exactly thisWhat would it change to achieve this? Can you intercept warnings with a compiler plugin?
Adam Powell
04/13/2020, 4:28 PM