Join Slack
Powered by
We want to use a swift framework in kotlin. I’ve e...
# kotlin-native
y
yusuf3000
10/04/2018, 9:39 AM
We want to use a swift framework in kotlin. I’ve exported the swift api to obj-c as it says to do here:
https://kotlinlang.org/docs/reference/native/objc_interop.html
How would you do this using the
kotlin-platform-native
plugin?
o
olonho
10/04/2018, 11:02 AM
have you checked
https://github.com/JetBrains/kotlin-native/blob/master/GRADLE_PLUGIN.md#using-cinterop
?
y
yusuf3000
10/04/2018, 11:12 AM
Thanks! Yes this is exactly what we need
5
Views
Open in Slack
Previous
Next