Hi Can we use ```implementation("androidx.paging:p...
# compose-ios
a
Hi Can we use
Copy code
implementation("androidx.paging:paging-compose:3.3.5")
in
common
? 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
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
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