Is there some multiplatform alternative to the and...
# multiplatform
z
Is there some multiplatform alternative to the android paging library?
j
b
@veyndan might be baking something.
v
I am 😄 At CashApp we've needed a KMP pagination library, so I ended up forking the AndroidX paging library, making it multiplatform, and repackaged it. Almost all the code in the
paging-common
artifact is just in
commonMain
, so adding additional targets should be fairly straightforward. Initially it'll support JVM, Native, and JS.
paging-runtime
will just support Android and iOS for the initial release (as that's what we need internally). I'm currently in the midst of tidying it up so it can be made open source, so there should be a public release of it within the next couple of weeks™️ I'll try and remember to post a link here in case anyone's interested
z
Awesome
v