Join Slack
Powered by
Is there a away to pull in an iOS dependency witho...
# compose-ios
j
Jonathan
10/25/2023, 5:06 PM
Is there a away to pull in an iOS dependency without using Cocoapods?
k
Konstantin Tskhovrebov
10/25/2023, 5:07 PM
Yes. Cinterop
j
Jonathan
10/25/2023, 5:08 PM
Is there an example on Github of how to consume an iOS library in the shared module?
👍 1
k
Konstantin Tskhovrebov
10/25/2023, 5:52 PM
Try to find kotlin projects with the "cinterop" word in build scripts on the github
Konstantin Tskhovrebov
10/25/2023, 7:18 PM
https://github.com/search?q=language%3AKotlin+AND+path%3A**%2F*.kts+cinterops&type=code
j
Jonathan
10/26/2023, 2:35 PM
It’s not exactly clear to me how this works.. Does the sqlite3 example in the link you shared link to a iOS/ObjC lib?
5
Views
Open in Slack
Previous
Next