CustomAdapter is probably declared as `CustomAdapt...
# announcements
k
CustomAdapter is probably declared as
CustomAdapter : RecyclerView.Adapter<MyHolderType>
but this is not a subclass of
RecyclerView.Adapter<ViewHolder>
because generic types are invariant