Hi,
Thanks for this lib.
Is it possible to make the function List.toPagingData() in PagingData.kt public so we can create empty paging list as in Paging3 (PagingData.empty())
Here is where we can use it for example;
val list by pager.pagingData.collectAsState(
emptyPaging()
)