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

@@ -16,6 +16,7 @@ kotlin {
androidMain {
dependencies {
api project(":micro_utils.coroutines")
api libs.android.fragment
}
}
}