Join Slack
Powered by
Hi, is there any project or sample with objc inter...
# multiplatform
j
Jiri Bruchanov
03/23/2024, 2:18 PM
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
Landry Norris
03/23/2024, 6:42 PM
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.
6
Views
Open in Slack
Previous
Next