sqldelight doesn't have support for Paging Library...
# squarelibraries
k
sqldelight doesn't have support for Paging Library 3 yet? Looks like this creates the older PositionalDataSource? QueryDataSourceFactory - SQLDelight - SQLDelight (cashapp.github.io) instead of the newer PagingSource<Int, datatype> that Paging Library 3 needs?
n
Correct, isn't Paging3 still in alpha? Relevant issue: https://github.com/cashapp/sqldelight/issues/1786
k
Thx... Missed that issue 😞 Yes, still alpha