multiplatform-paging icon indicating copy to clipboard operation
multiplatform-paging copied to clipboard

Failed resolution of: Landroidx/paging/DifferCallback

Open FunkyMuse opened this issue 1 year ago • 15 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"

FunkyMuse avatar Apr 03 '24 21:04 FunkyMuse

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.

JakeWharton avatar Apr 03 '24 22:04 JakeWharton

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

lmiskovic avatar Apr 18 '24 16:04 lmiskovic