In my app, I have a few views which are generic an...
# android
d
In my app, I have a few views which are generic and I used unchecked casts (in java) when finding them in layouts to correct their type. However, when I add
kotlin-android-extensions
, I get a bunch of errors about
Error:Type argument expected. Use 'LayerThumbnailView<*>' if you don't want to pass type arguments