Skip to content

fragment-args-ktx 1.3.6-1

Compare
Choose a tag to compare
@osipxd osipxd released this 16 Nov 16:04
· 59 commits to main since this release
3353ebb

Changes

  • Breaking change!
    Removed default parameters implementation from delegates to prevent mistakes when a value was not written before reading (#37).
    IllegalStateException will be thrown by default if you're trying to read a value that wasn't written before.
    If you need to return the default value instead, specify the default parameter manually.
  • Added parameter key: String to default lambda.