Join Slack
Powered by
I have heard kotlin native is 2 way interoperable ...
# kotlin-native
s
Sangeet
11/07/2018, 11:39 AM
I have heard kotlin native is 2 way interoperable with objc. How to add objc dependency to kotlin native through gradle ?
o
olonho
11/07/2018, 12:27 PM
see for example
https://github.com/JetBrains/kotlin-native/blob/master/samples/gitchurn/build.gradle
s
Sangeet
11/07/2018, 1:44 PM
@olonho
This one is using C library right ?
o
olonho
11/07/2018, 1:49 PM
yes, but using same mechanism you can interop with arbitrary obj-c library
s
Sangeet
11/07/2018, 5:43 PM
@olonho
okay thanks 👍
2
Views
Open in Slack
Previous
Next