Good day all, I was wondering if someone can link ...
# kotlin-native
t
Good day all, I was wondering if someone can link me some resources with using dynamic libraries with Kotlin Native -- Looking online gives me a surplus of articles of making an executable a dynamic library, and I am not the most familiar with the Kotlin Native ecosystem at the mment Edit: I looked through the available sample code at https://github.com/JetBrains/kotlin-native/blob/master/samples/curl/build.gradle, and I'll see how much success I have 🙂
d
You want to make a dynamic library with Kotlin/Native or you want to consume a dynamic library from Kotlin/Native?
t
I am planning to consume a dynamic library - the WiringPi one by Gordon. The discontinued the usage of being able to use his library as a static library
d
Then you're looking at the right sample.
t
Okay, thank you for your confirmation!