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

Releases: ThinkingLogic/kotlin-builder-annotation

v1.2.2

03 Jan 11:52
3593044
Compare
Choose a tag to compare

This release no longer supports Java 1.8 - please ise 1.2.1 for Java 1.8.

v1.2.0

11 Oct 16:41
Compare
Choose a tag to compare

Upgraded kotlin to 1.3.50
Upgraded kotlinpoet to 1.3.0

Release 1.1.0

30 Sep 20:49
7d94a38
Compare
Choose a tag to compare

To replace Kotlin's copy() (and Lombok's toBuilder()) method, clients can pass an instance of the annotated class when constructing a builder:
new MyDataClassBuilder(myDataClassInstance) - the builder will be initialised with values from the instance.

Release 1.0.3

30 Sep 14:53
88c9286
Compare
Choose a tag to compare
v1.0.3

Updated readme to update version in gradle and meaven example

Release 1.0.1

23 Sep 17:40
7915ba4
Compare
Choose a tag to compare
v1.0.1

Added settings to support signing artefacts for upload to bintray and…

Release 1.0.0

23 Sep 17:29
94b5eb2
Compare
Choose a tag to compare
v1.0.0

Added maven publish and bintrayUpload targets