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