From 5b3b6a28fb625e34282fb4f9c7650a565cd46660 Mon Sep 17 00:00:00 2001 From: kageru Date: Fri, 2 Oct 2020 16:29:09 +0200 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f6ab65..1a21c14 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ An implementation of an `Option` type in Kotlin using the `inline class` feature. See https://kotlinlang.org/docs/reference/inline-classes.html -It’s just a small proof of concept which is why I decided to omit the usual gradle bloat. +It’s just a small proof of concept + sparked by the discussion on the arrow-kt issue tracker after they decided to deprecate `Option` + because nullable types are more efficient. +It’s just a single file, so I decided to omit the usual gradle bloat, Build and test via: ```sh