Hey everyone, general question about using `cinter...
# kotlin-native
z
Hey everyone, general question about using
cinterop
for an iOS target. Besides the kotlin official docs, does anyone know of a good github example or blog post that details how to go about pulling a
.framework
into your
iOSMain
kotlin code?
j
z
yeah I've been referring to it quite a bit and it's definitely been helpful
j
perhaps you could take a glance into https://github.com/touchlab/SQLiter/tree/master/SQLiter for an example of a library that interops with C (sqlite more specifically in this case)
👍 1
z
thanks for the suggestion! will check it out
z
thanks Kris! will check these out as well