With the interop with objc, I see the import of pl...
# kotlin-native
l
With the interop with objc, I see the import of platform.Foundation. I can import any other objc library ? Will be nice make some common wrapper and then use one native library in ios or other in jvm.
t
Most of platform libraries are available; if not you can make .def file for that
l
Then I can make a .def for a iphone library inside the Pods folder?
g
Check interop docs on K/N GitHub and example of iOS app
l
Ok, thanks, I check it more deeply