argumentOrNull/argumentOrThrow

This commit is contained in:
2022-09-22 23:39:08 +06:00
parent d40376e524
commit 433ba4b58f
4 changed files with 82 additions and 0 deletions

View File

@@ -7,6 +7,9 @@
* `Android AppCompat`: `1.4.2` -> `1.5.1`
* Android Compile SDK: 32 -> 33
* Android Build Tools: 32.0.0 -> 33.0.0
* `Common`:
* `Android`:
* Add `argumentOrNull`/`argumentOrThrow` delegates for fragments
* `Coroutines`:
* Rewrite `awaitFirstWithDeferred` onto `CompletableDeferred` instead of coroutines suspending