Skip to main content

0.6.2

Improvements

  • Support for Kotlin 1.9.23.
  • Add support for watchosDeviceArm64 target (Coroutines features for this target require Kotlin 1.8.20 or newer). (#64)
  • Add an explicit error that SKIE does not support bitcode embedding. (#40)

Bug fixes

  • Fix support for mutable global properties with non-exposed setter. (#57)
  • Fix some edge cases in automatic class exporting, which caused some classes not to be exported by SKIE when they should.
  • Fix overload collisions of onEnum(of:).