alsoInvalidate, alsoDoInvalidate, singleSuspend, factorySuspend

This commit is contained in:
2025-03-14 14:13:58 +06:00
parent a4c6c367e3
commit 831bf44e34
6 changed files with 86 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ kotlin {
}
jvmMain {
dependencies {
api libs.kt.reflect
api project(":micro_utils.coroutines")
}
}
androidMain {