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 🙂