Join Slack
Powered by
can I implement a Kotlin interface in native code?
# kotlin-native
j
jw
07/24/2017, 10:35 PM
can I implement a Kotlin interface in native code?
☝️ 1
o
olonho
07/25/2017, 6:53 AM
yes, with method granularity, see for example
https://github.com/JetBrains/kotlin-native/blob/master/runtime/src/main/kotlin/kotlin/Primitives.kt#L44
3
Views
Open in Slack
Previous
Next