Hello everyone, how should I interoperate with C++...
# kotlin-native
c
Hello everyone, how should I interoperate with C++ in kotlin native? I need to call a library whose header file is C++, the library is a bit huge, so it is unrealistic to manually change it to a C header. In addition, I am a newbie to C/C++, so this question may be a bit stupid.
c
C++ support was dropped
s
You would essentially need to create a C wrapper for all the functions you need.
👍 3
☝️ 2
c
@serebit Thank you, but the job could be huge?
m
👀 1