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?
Found:
List
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?
Found:
List