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
thevery
09/09/2018, 8:03 PM
Most of platform libraries are available; if not you can make .def file for that
l
Lempere
09/09/2018, 9:31 PM
Then I can make a .def for a iphone library inside the Pods folder?
g
gildor
09/09/2018, 11:37 PM
Check interop docs on K/N GitHub and example of iOS app