in case you want to switch, here's my highly compl...
# android
k
in case you want to switch, here's my highly complicated extension method:
Copy code
fun Context.getDrawableCompat(@DrawableRes res: Int) = AppCompatResources.getDrawable(this, res)!!