Is there Kotlin --> C, C++, Rust etc interop?
# kotlin-native
r
Is there Kotlin --> C, C++, Rust etc interop?
o
Sure, C language interop is pretty advanced, almost all calls from C headers could be used (modulo esoteric cases around structs returned by value and few other similar cases), C++ interop is only supported if C interfaces are available (implementation could be in C++), no Rust interop exists or planned