Recycling icon indicating copy to clipboard operation
Recycling copied to clipboard

Bug?

Open ghost opened this issue 5 years ago • 0 comments

Thanks for your awesome library friend!

I got an error when trying to assign my listOf(...)

in submitList()

it say : Cannot access class 'androidx.paging.PagedList'. Check your module classpath for missing or conflicting dependencies

also for the list : Type mismatch. Required: PagedList<ChinoisRecyclerView>? Found: List<ChinoisRecyclerView>

ghost avatar Oct 10 '20 17:10 ghost