
Enhances Compose Multiplatform with lazy paging capabilities through collectAsLazyPagingItems functionality, requiring coroutine Main Dispatcher for JVM implementation.
It adds collectAsLazyPagingItems from common code in Compose Multiplatform
We plan to add it by default as a depedency but for now you need implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.8.1") in the dependencies block in jvmMain
implementation("io.github.apolostudio:composemultiplatformpaging:0.0.0")
It adds collectAsLazyPagingItems from common code in Compose Multiplatform
We plan to add it by default as a depedency but for now you need implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.8.1") in the dependencies block in jvmMain
implementation("io.github.apolostudio:composemultiplatformpaging:0.0.0")