fragment-args-ktx 1.3.6-0
osipxd
released this
02 Oct 13:16
·
83 commits
to main
since this release
Changes
- Potentially breaking change!
Parameterdefault
removed from*Nullable
delegates.- In case you want to return a non-null value by default, you should use the non-nullable version of delegate,
- If you want to return
null
it is the default behavior, - If you want to return either
null
or non-null value depending on some condition you should do it in the place where you read the value from the delegate.
Fixes
- Default value will be evaluated only if given key is not present in the bundle or value associated with the key is
null
(#31)
Dependencies
- androidx.fragment 1.3.5 -> 1.3.6
- kotlin-stdlib 1.5.20 -> 1.5.31