Hi,
I'm building a library in Kotlin Multiplatform and Kotlin Native that targets different platform including linuxArm32Hfp. The code I have on the linux side that interacts with the shared kotlin library code is in C++. Is there a way to change the projection to C++ instead of C? I found it extremely verbose to allocate objects and call their methods. I couldn't find something in the documentation about that, so curious. Thank you