It still looks like there isn't support for enums / sealed classes. Is that correct?
j
Jeff Lockhart
02/17/2024, 4:11 AM
Check out SKIE, which generates Swift-friendly wrappers for sealed classes and enums.
s
spierce7
02/17/2024, 4:11 PM
wow, thanks!
👍 1
j
Jeff Lockhart
02/17/2024, 5:34 PM
Thank you Touchlab! @kpgalligan
Jeff Lockhart
02/17/2024, 5:46 PM
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.