cashapp/multiplatform-paging

Failed resolution of: Landroidx/paging/DifferCallback

FunkyMuse opened this issue · 2 comments

Caused by: java.lang.ClassNotFoundException: Didn't find class "androidx.paging.DifferCallback"
java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/paging/DifferCallback;
at androidx.paging.compose.LazyPagingItemsKt.collectAsLazyPagingItems(LazyPagingItems.kt:233)
at app.cash.paging.compose.LazyPagingItemsKt.collectAsLazyPagingItems(LazyPagingItems.kt:55)
[versions]
#paging
androidx-paging = "3.3.0-beta01"
cashapp-paging = "3.3.0-alpha02-0.5.1"

[libraries]
#paging
paging-runtime = { module = "androidx.paging:paging-common", version.ref = "androidx-paging" }
paging-compose = { module = "app.cash.paging:paging-compose-common", version.ref = "cashapp-paging" }

The latest known compatible version is with androidx-paging = "3.3.0-alpha02"

Note that this project is currently unmaintained, so there won't be any updates in the near term. I will still gladly review PRs, however.

@FunkyMuse Have you managed to get around this? Having the same issue