Hi there, I have asked a similar question concerni...
# multiplatform
m
Hi there, I have asked a similar question concerning OpenCV a few days ago. I am looking to call OpenCV from ios via Kotlin Native. I have found that OpenCV now provides an objective C and swift wrapper as of 4.4.0. Can anyone tell me whether it is currently possible to call Objective C code from native, where the objective C code is dependent on C++? Thanks (Also lmk if this is better suited for the Kotlin Native channel wasn’t sure)
For extra info, the current problem is that C++ headers exist inside the opencv framework provided. https://youtrack.jetbrains.com/issue/KT-47713 I was wondering whether there was a way of abstracting away from the C++ headers so the cinterop tool only deals with objective C?