Are Kotlin Rich Errors available in 2.2.0 as exper...
# android
u
Are Kotlin Rich Errors available in 2.2.0 as experimental?
d
Yes,
2.4
is the current plan, it's probably a year away. Maybe in time for next kotlinconf K
🤞 2
h
We're all impatient i see, probably the most interesting feature so far As David said, probably next year around end of Q1
f
I might be wrong, but I think this is just syntaxic sugar. You could do the same already using Arrow Optional Monad. 🤔
h
You're correct, you can, but it's more verbose and you depend on a library
e
Optional is just for either None, either Some. While Rich Errors can represent more cases