Does anyone use room with coroutines and paging library? If I make the dao's function suspend, it's ...
t
Does anyone use room with coroutines and paging library? If I make the dao's function suspend, it's return type can't be DataSource.Factory
l
You don't need functions returning DataSource.Factory to be suspending.