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

Commit 2ebdb61

Browse files
Added Travis CI to readme
1 parent 88ed23e commit 2ebdb61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
A builder annotation for Kotlin interoperability with Java.
33
This project aims to be a minimal viable replacement for the Lombok @Builder plugin for Kotlin code.
44

5+
[![Build Status](https://travis-ci.com/ThinkingLogic/kotlin-builder-annotation.svg?branch=master)](https://travis-ci.com/ThinkingLogic/kotlin-builder-annotation.svg?branch=master)
6+
57
Named constructor parameters with optional values mean that Kotlin code doesn't require the builder pattern any more,
68
_unless_ you're writing code that will be used by Java projects
79
(else you consign your java clients to using unhelpful constructors with many parameters).

0 commit comments

Comments
 (0)