how do you get rid of deprecation warnings? e.g.: ...
# android
j
how do you get rid of deprecation warnings? e.g.:
Copy code
Warning:(106, 29) 'setBackgroundDrawable(Drawable!): Unit' is deprecated. Deprecated in Java
using
@SuppressWarnings("deprecation")
and it still shows the warning 😞