Holder.img = row!!.findViewById(R.id.img) as Image...
# android
v
Holder.img = row!!.findViewById(R.id.img) as ImageView is showing error
😵 3
y
findViewById<ImageView>()
d
Why not kotlinx extensions, much easier?