This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
Releases: ThinkingLogic/kotlin-builder-annotation
Releases · ThinkingLogic/kotlin-builder-annotation
v1.2.2
v1.2.0
Upgraded kotlin to 1.3.50
Upgraded kotlinpoet to 1.3.0
Release 1.1.0
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
v1.0.3 Updated readme to update version in gradle and meaven example
Release 1.0.1
v1.0.1 Added settings to support signing artefacts for upload to bintray and…
Release 1.0.0
v1.0.0 Added maven publish and bintrayUpload targets