- [paging-compose-common] Added
linuxArm64
target.
- 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-alpha02
of AndroidX Paging'spaging-common
for Kotlin/Multiplatform. - [paging-compose-common] Packaged version
3.3.0-alpha02
of AndroidX Paging'spaging-compose
for Kotlin/Multiplatform. - [paging-testing] Packaged version
3.3.0-alpha02
of AndroidX Paging'spaging-testing
for Kotlin/Multiplatform.
- [paging-common] With Kotlin 1.9.20, an
expect
with default arguments are no longer permitted when anactual
is atypealias
(see KT-57614). Aspaging-common
used 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
PagingCollectionViewController
no longer requires anindexCreator
. It can be safely removed.