multiplatform-paging

Enables efficient data pagination across multiple platforms, simplifying the integration of paging functionality into applications with a single dependency setup.

Android JVMJVMKotlin/Native
GitHub stars1
Authorsqdsfdhvh
Open issues0
LicenseApache License 2.0
Creation datealmost 4 years ago

Last activityover 2 years ago
Latest release1.0.6 (over 2 years ago)

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

Android JVMJVMKotlin/Native
GitHub stars1
Authorsqdsfdhvh
Open issues0
LicenseApache License 2.0
Creation datealmost 4 years ago

Last activityover 2 years ago
Latest release1.0.6 (over 2 years ago)

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