https://kotlinlang.org logo
#compose-ios
Title
# 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
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