This is usually happens when you use vector drawab...
# android
k
This is usually happens when you use vector drawables and run your app on pre-lollipop. You should check out Chris Banes write-up here https://medium.com/@chrisbanes/appcompat-v23-2-age-of-the-vectors-91cbafa87c88#.8xtzwtw8j Basically, you want to take out the
drawableLeft
in xml, and load the image using `DrawableCompat`instead Yes, this isn't Kotlin related, but if you still have issues, we might continue on #C09222272