Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (17 loc) · 870 Bytes

CHANGELOG.md

File metadata and controls

31 lines (17 loc) · 870 Bytes

Changelog

1.4.0.0 (2020/07/25)

Enhancements:

  • #18 Add support for Gradle incremental annotation processing

1.3.1.2 (2020/04/13)

Enhancements:

  • #8 Add compiler error if @KotlinBuilder applied to non data class

Bug Fixes:

  • #10 Fix missing support for generic types
  • #11 Fix missing imports for nested types

1.3.1.1 (2020/01/19)

Bug Fixes:

  • #4 Fix data classes in another module

1.3.1.0 (2019/12/27)

No changelog for this release.

1.3.0.Beta2 (2019/06/04)

Proof of concept implementation #1672