Which libraries do people here recommend for converting Kotlin Sealed Classes or Interfaces to Swift enums? I have currently looked into moko-kswift and SKIE.
d
Daniel Seither
09/21/2023, 8:29 AM
After trying both, I prefer SKIE. It was very straightforward to integrate, especially since you don’t have to wrangle with separate libraries for Kotlin Native code and generated Swift code.