Skip to content

Improved Kotlin support

Latest
Compare
Choose a tag to compare
@davemorrissey davemorrissey released this 15 Mar 06:53
· 11 commits to master since this release

This release contains breaking changes for Kotlin apps.

Nullable and NonNull annotations have been added. Kotlin did not recognise some method returns as nullable, so uses of these methods without a null check will no longer compile.

  • Target SDK 27
  • #403 Nullable and NonNull annotations
  • #402 Upload sources and javadoc to Maven