Will Androix.Paging get Compose Multiplatform supp...
# compose
v
Will Androix.Paging get Compose Multiplatform support? I see
paging-common
got KMP support in 3.3.0-alpha02 which was released a year ago
paging-compose
got KMP support but only targets Android Will it support more targets like iOS ??? CashApp paging is also not updated since Feb 2024
i
With Paging 3.3, all of the APIs needed for higher level libraries like
paging-compose
are public, so you don't need to wait, you can ship your own Compose Multiplatform Paging right now like Chris did: https://github.com/chrisbanes/tivi/pull/1856/files
v
Hey @cb, i copied your code and tried running iOS App but it crashes I'm on compose 1.7.0 and paging3 3.3.2 Stack Trace: https://gist.github.com/Vaibhav2002/d70e52ecbec334b9af5a68b907c0c781
I copied the
LazyPagingItems
,
PagingPlaceholders
and
LazyFoundationExtensions
files
c
I afraid that I’m not going to debug your app issues 🙂
v
I just wanted to ask, is there any hint in the stack trace on why its crashing?
It works fine with CashApp Paging
c
I haven’t updated Tivi to CMP 1.7.0 so not sure
v
No issues, thanks
Just FYI, not working on 1.6.10 either, reverting to CashApp works