Join Slack
Powered by
Are there any examples of C or Obj-C compiled insi...
# kotlin-native
b
basher
02/21/2019, 4:30 PM
Are there any examples of C or Obj-C compiled inside / alongside an mpp project?
basher
02/21/2019, 4:31 PM
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 😬
s
svyatoslav.scherbina
02/21/2019, 4:34 PM
Does this help?
https://kotlinlang.org/docs/reference/native/c_interop.html#adding-custom-declarations
b
basher
02/21/2019, 4:41 PM
@svyatoslav.scherbina
yes! can I also access Obj-C symbols from an inline func at the end of a .def like that?
s
svyatoslav.scherbina
02/21/2019, 4:46 PM
This should work too.
b
basher
02/21/2019, 4:46 PM
🎉 thanks! i'll give it a shot
7
Views
Open in Slack
Previous
Next