Andrey Larionov
02/12/2025, 9:13 AMimplementation("androidx.paging:paging-compose:3.3.5")
in common
?
As I can see in documentation - yes, but I've faced this error:
:composeApp:iosArm64Main: Could not resolve androidx.paging:paging-compose:3.3.5
Ivan Matkov
02/12/2025, 9:25 AMandroidx.*
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/iOSSkaldebane
02/12/2025, 9:56 PM