Is there a plan to add support for c++ libraries? ...
# kotlin-native
a
Is there a plan to add support for c++ libraries? We’re dealing with some C++ libraries and it would be great to use it in Kotlin Native as well
o
It depends on libraries. For some simple libraries it may be possible, for things like boost - unlikely. See this thread https://stackoverflow.com/questions/17735706/create-automatic-c-wrapper-for-c-library on wrapping C++ library with C
👍 3