Is there a away to pull in an iOS dependency witho...
# compose-ios
j
Is there a away to pull in an iOS dependency without using Cocoapods?
k
Yes. Cinterop
j
Is there an example on Github of how to consume an iOS library in the shared module?
👍 1
k
Try to find kotlin projects with the "cinterop" word in build scripts on the github
j
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?