/multiplatform-paging

Kotlin Multiplatform library for Pagination

Primary LanguageKotlinApache License 2.0Apache-2.0

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