is it possible to interop with objc/swift code tha...
# kotlin-native
a
is it possible to interop with objc/swift code that isn’t platform artifacts? I see info like https://blog.jetbrains.com/kotlin/2017/11/kotlinnative-v0-4-released-objective-c-interop-webassembly-and-more/ to interop with platform libraries like UIKit and Foundation but I’m wondering if theres a way to interop with other framework artifacts or just header files that are part of my source directory? I could have sworn I saw it somewhere…
a
do i need to use the
cinterop
tool on an objective-c header? Do one of the sample projects cover this case?
a
this is perfect thank you
o
although note that this one uses old Gradle DSL, but general interop concepts shall be covered