Skip to content

Some Kotlin Care

Compare
Choose a tag to compare
@jlink jlink released this 15 Mar 08:08
· 45 commits to main since this release

New and Enhanced Features

  • Kotlin module: Added anyForSubtypeOf<MyInterface>().
    Many thanks to jibidus for the contribution!

  • Upgraded to Kotlin 1.9.23

Breaking Changes

No breaking changes

Bug Fixes

  • Fixed bug in Kotlin module that let Java properties fail.
    See issue 557.