Skip to content

Kotlin support and more

Latest
Compare
Choose a tag to compare
@eonwhite eonwhite released this 20 Feb 17:08
· 20 commits to master since this release

This release adds significant support for Kotlin:

  • A new @DataPartial annotation allows generating Partial Kotlin data objects similar to @AutoPartial in Java
  • Changes to the annotation processor to ensure it scans Kotlin data objects correctly
  • You can use @StorageName("") to define that a field should not be stored in the database
  • all parent references to collection/table are now getters, allowing a dynamic override of getTable() or getCollection() if needed
  • Version bumps of dependencies