Thought about it too, but, from their website, "Ko...
# announcements
a
Thought about it too, but, from their website, "Kotlin/Native supports interoperability to use existing libraries directly from Kotlin/Native: C, Swift, and Objective-C frameworks", what I need instead is to use a C++ library, and I don't quite understand how to use Kotlin Native in this case, any suggestions?
d
Make a C wrapper.
a
Thanks, I will try it.
d
Use JNA
If you are not worried about performance, JNA is superior to anything else
a
Could anyone also help with the Gradle setup to use JNA? I have a C wrapper now, I have to automate the building process
d
It's just a java dependency like any other