is there is a possibility to add IOS library into ...
# kotlin-native
i
is there is a possibility to add IOS library into k/n project? for example, I want to use socket.io. Can I write wrapper for common module and use external library to provide actual code?
s
Yes. https://kotlinlang.org/docs/tutorials/native/interop-with-c.html (Configuration part applies to Objective-C libraries too). Configuring Gradle build to add iOS library is possible and depends on the plugin you are using.