This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
Breaking Changes
RxProperty#get
andReadOnlyRxProperty#get
now throwsNullPointerException
instead of returningnull
.- Use
RxProperty#getOrNull
andReadOnlyRxProperty#getOrNull
if you want to former behavior.
- Use
- Changed argument type of
RxProperty#setValidator
.- Fixed an issue that old Kotlin compiler failed inference of nullability.
- Changed class name from
Nothing
toNoParameter
to avoid confusion in Kotlin codes.