This repository was archived by the owner on Sep 3, 2025. It is now read-only.
3.2.0-alpha04-0.2.0
Added
- [paging-common] Packaged version
3.2.0-alpha04of AndroidX Paging'spaging-commonfor Kotlin/Multiplatform. - [paging-runtime-composeui] A new module, which packages AndroidX Paging's
paging-composefor Kotlin/Multiplatform, allowing Jetpack Compose UI code to be shared across Android, iOS, and desktop (by Omid Ghenatnevi). - [paging-compose-common] Another new module, which packages a subset of AndroidX Paging's
paging-composefor Kotlin/Multiplatform. Its key difference withpaging-runtime-composeuiis thatpaging-compose-commononly depends on Compose Runtime, and not Compose UI/Foundation.