io.github.qdsfdhvh:paging-android

Jetpack Paging3 for Kotlin Multiplatform.


License
MIT

Documentation

Multiplatform Paging

Maven Central

Add the dependency in your common module's commonMain sourceSet

kotlin {
    // ...
    sourceSets {
        val commonMain by getting {
            dependencies {
                api("io.github.qdsfdhvh:paging:$last_version")
            }
        }
    }
}

Setup