Closed msfjarvis closed 2 years ago
This seems to have broken between now and the last time I was working on this code, converting to draft while I investigate.
What was the issue here? I'm also interested in this behavior...
What was the issue here? I'm also interested in this behavior...
The proper fix required exposing AndroidX Paging key creation semantics in the public API which I could not figure out how to do correctly. I ended up switching to moko-paging after adding a JVM target there.
Fixes #22
Builds upon https://github.com/kuuuurt/multiplatform-paging/commit/aed497443bd35ec451583db0395437ed2df4de4d to make the
refresh
API available on JVM as well.