Releases: touchlab/SKIE
Releases Β· touchlab/SKIE
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
Release-day fix
Thanks to Jonathan Bailey for reporting this bug and helping us find a fix.
In certain cases, SKIE couldn't be applied to a Gradle project. One such case was when no plugin was applied to the root module of the project. That's now fixed.
π First Open Source 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 equivalentasync
/await
! - Transparent bridging of Kotlin's
Flow
types to Swift'sAsyncSequence
.
To learn more about these features, how to use them, and how to get started with SKIE, visit the official documentation.
Enjoy!