Can I interop k/n with cpp as well, if so what are...
# kotlin-native
a
Can I interop k/n with cpp as well, if so what are the terms for it
g
No, only with C, as I understand there are no plans to supports direct CPP interop, because there is no standard for CPP ABI
o
No, for many reasons, most important ones are language features of C++ are hard/impossible to map on Kotlin, another one is mentioned by Andrey. In theory, one could write a stub generator for subset of C++, found in some popular library, and we may consider such contribution to the interop tool.