Are there any examples of C or Obj-C compiled insi...
# kotlin-native
b
Are there any examples of C or Obj-C compiled inside / alongside an mpp project?
I want to write a small function in C/Obj-C, but I'm hoping I don't have to go through the trouble of setting up a library 😬
b
@svyatoslav.scherbina yes! can I also access Obj-C symbols from an inline func at the end of a .def like that?
s
This should work too.
b
🎉 thanks! i'll give it a shot