I have heard kotlin native is 2 way interoperable ...
# kotlin-native
s
I have heard kotlin native is 2 way interoperable with objc. How to add objc dependency to kotlin native through gradle ?
s
@olonho This one is using C library right ?
o
yes, but using same mechanism you can interop with arbitrary obj-c library
s
@olonho okay thanks 👍