Skip to content

πŸŽ‰ First Open Source Release πŸŽ‰

Compare
Choose a tag to compare
@TadeasKriz TadeasKriz released this 06 Sep 13:50
· 569 commits to main since this release

πŸŽ‰ It's finally happening! SKIE is now Open Source and available through Maven Central for anyone to use! πŸŽ‰

Head over to the release blog post to learn more: https://touchlab.co/skie-is-open-source

In this release, we have the following features:

  • Exhaustive switch on sealed classes and interfaces in Swift!
  • Kotlin enum translated to real Swift enums, with support for exhaustive switch statements in Swift!
  • Seamless translation of Kotlin's suspend functions to Swift's equivalent async/await!
  • Transparent bridging of Kotlin's Flow types to Swift's AsyncSequence.

To learn more about these features, how to use them, and how to get started with SKIE, visit the official documentation.

Enjoy!