Reusing PagingSource in Paging3
In Paging3 I encountered the problem that it is necessary to create a new instance of PagingSource each time. I cannot understand how to implement this properly. I found information on Google that you can create an instance directly in pagingSourceFactory, but the problem with this method is that I will not be able to do invalidate() later to reload the page. What solutions are there to this problem?