Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

3.3.0-alpha02-0.4.0

Choose a tag to compare

@veyndan veyndan released this 25 Sep 23:26

Added

  • [paging-common] Packaged version 3.3.0-alpha02 of AndroidX Paging's paging-common for Kotlin/Multiplatform.
  • [paging-compose-common] Packaged version 3.3.0-alpha02 of AndroidX Paging's paging-compose for Kotlin/Multiplatform.
  • [paging-testing] Packaged version 3.3.0-alpha02 of AndroidX Paging's paging-testing for Kotlin/Multiplatform.

Breaking

  • [paging-common] With Kotlin 1.9.20, an expect with default arguments are no longer permitted when an actual is a typealias (see KT-57614).
    As paging-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 an indexCreator.
    It can be safely removed.