It still looks like there isn't support for enums ...
# kotlin-native
s
It still looks like there isn't support for enums / sealed classes. Is that correct?
j
Check out SKIE, which generates Swift-friendly wrappers for sealed classes and enums.
s
wow, thanks!
👍 1
j
Thank you Touchlab! @kpgalligan
I've just been playing with SKIE, adding SwiftUI to this sample app for my library. I've been impressed by the SKIE Swift outputs, overcoming much of what the current Swift -> Kotlin Objective-C interop lacks.