I was trying to Find any Good Paging Library for K...
# multiplatform
s
I was trying to Find any Good Paging Library for KMP/CMP as Paging3 is only android supported, and I have written my own, but it better that reinventing the wheel.
I know Paging3 core supports KMP but ,is paging-compose gonna be having a CMP support
r
I think it's CMP already
👌 1
s
ohh Okay, Thanks by the way how to stay informed about these updates.
By the way When I tried to import the dependencies
Copy code
implementation("androidx.paging:paging-common:3.5.0-alpha01")
implementation("androidx.paging:paging-compose:3.5.0-alpha01")
I was getting errors.
It was iosX64 issue had to remove it from gradle