Hello guys, does KMM have c++ interop? How to add ...
# multiplatform
b
Hello guys, does KMM have c++ interop? How to add c++ library
j
Kotlin/Native doesn't support C++ interop, but you can interop with C, if you wrap the C++ library with C headers.