- [paging-compose-common] Added
linuxArm64target.
- Compile with Kotlin 1.9.22.
- [paging-compose-common] Compile with JetBrains Compose 1.6.0 which changes the ABI for JS-based Compose libraries. Downstream usage in JS targets will also need to be recompiled.
- [paging-common] Packaged version
3.3.0-alpha02of AndroidX Paging'spaging-commonfor Kotlin/Multiplatform. - [paging-compose-common] Packaged version
3.3.0-alpha02of AndroidX Paging'spaging-composefor Kotlin/Multiplatform. - [paging-testing] Packaged version
3.3.0-alpha02of AndroidX Paging'spaging-testingfor Kotlin/Multiplatform.
- [paging-common] With Kotlin 1.9.20, an
expectwith default arguments are no longer permitted when anactualis atypealias(see KT-57614). Aspaging-commonused this mechanism extensively, most default arguments are no longer available. To work around this, you can follow the migration guide. - [paging-runtime-composeui] This artifact has been deleted, as all functions have been removed upstream.
- [paging-runtime-uikit] Instantiating
PagingCollectionViewControllerno longer requires anindexCreator. It can be safely removed.