I want to implement a few use cases before migrating my business logic code from JAVA to Kotlin/Multiplatform. One of them is using c++ code. There is an option to use c++ code in Kotlin/Multiplatform project on commonMain level? Or I need to write a wrapper layer (like JNI) for each platform? Can I get some example code?
Many thanks!