Enables efficient data pagination across multiple platforms, simplifying the integration of paging functionality into applications with a single dependency setup.
Add the dependency in your common module's commonMain sourceSet
kotlin { // ... sourceSets { val commonMain by getting { dependencies { api("io.github.qdsfdhvh:paging:$last_version") } } } }