Skip to content

fragment-args-ktx 1.3.6-0

Compare
Choose a tag to compare
@osipxd osipxd released this 02 Oct 13:16
· 83 commits to main since this release
a41f686

Changes

  • Potentially breaking change!
    Parameter default removed from *Nullable delegates.
    1. In case you want to return a non-null value by default, you should use the non-nullable version of delegate,
    2. If you want to return null it is the default behavior,
    3. 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