Hello everyone, I'm new here! :wave: I've been att...
# multiplatform
r
Hello everyone, I'm new here! đź‘‹ I've been attempting to integrate an iOS package from GitHub into my iosMain. Is this achievable? I've tried several solutions, but none seem to work so far. Do you have any advice or ideas on the best approach to accomplish this? Your help would be greatly appreciated!
Copy code
'<https://github.com/google/nearby.git>'
a
Which solutions exactly did you try? There is some info in Kotlin docs. This here step in a tutorial, for example, where KMP-NativeCoroutines is integrated with “Add Package Dependencies” from Xcode.