-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed resolution of: Landroidx/paging/DifferCallback #245
Comments
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 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
If you're only targeting platforms supported by AndroidX Paging, you can migrate to that. That seems to be the only way forward currently. |
@FunkyMuse You can try adding the "androidx.paging:paging-compose" dependency to the Android target 🤷. It fixed the issue on the Android side for me, but I haven't tried it on other targets yet. I guess there is a correlation with adding room dependency, as it was working for me until I added room (to different module tho) |
I was able to get around by implementing LazyPagingItems and extension fun from here |
Ahh, came here to drop that bug, but if its not maintained, then I don't see the point. |
The latest known compatible version is with
androidx-paging = "3.3.0-alpha02"
The text was updated successfully, but these errors were encountered: