hello, i'm using the cashapp multiplatform-paging ...
# squarelibraries
m
hello, i'm using the cashapp multiplatform-paging library, works great for android but i'm unable to access the uikit runtime from xcode. i've added the api dependency to iosMain but can only access the types from the common library. is anyone using this library on ios that can help me? i was unable to build the sample project and found no other examples online
plus1 1
l
resolved it now. in case anyone else encounters it, the issue was that we needed to add some additional unused functions to expose the types to iosMain like here.
v
Yep, the solution is what @linz mentioned.
i was unable to build the sample project
Do you have a log of what the failure was?