Which libraries do people here recommend for conve...
# multiplatform
h
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
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.
👌 1