?
As I can see in documentation - yes, but I've faced this error:
Copy code
:composeApp:iosArm64Main: Could not resolve androidx.paging:paging-compose:3.3.5
i
Ivan Matkov
02/12/2025, 9:25 AM
androidx.*
is published by Google from AOSP. It has KMP but not CMP (published by JetBrains).
YT ticket for publishing this module: https://youtrack.jetbrains.com/issue/CMP-6743
PS I checked it locally back in 2023 and it worked "almost" as-is for Compose Multiplatform/iOS
🙌 1
s
Skaldebane
02/12/2025, 9:56 PM
Maybe not directly relevant to your question, but I've seen many developers here on Slack recommend against using the androidx paging library, unless you have existing code on Android