Hi, is there any project or sample with objc inter...
# multiplatform
j
Hi, is there any project or sample with objc interop ? (calling my own objc code from KMP as part of a project ? no external libs)
l
You can use the normal cinterop method (look at the libcurl sample), then set
language=Objective-C
in the def file. That will tell it to interpret the file as Objective-C.