does KMM support PagingDataAdapter for ListAdapter...
# android
h
does KMM support PagingDataAdapter for ListAdapter in android ? I
d
Do you have a specific issue you're running into I could help with?
In general, Paging isn't really KMP compatible yet, all of the ways you can consume a PagingData have android dependencies
there is an Android-free module, paging-common, but it does not yet expose a presenter as part of its public API (currently restricted api)
iirc someone ported paging to kmp for fun, so you could look at that too
it just uses the regular androidx paging for android, so might be helpful to you
h
thx for it, let me see above github