improvements in FSM

This commit is contained in:
2025-01-17 18:34:54 +06:00
parent fd41bf0ae7
commit ce717a4c9f
6 changed files with 95 additions and 26 deletions

View File

@@ -12,6 +12,7 @@ kotlin {
dependencies {
api project(":micro_utils.common")
api project(":micro_utils.coroutines")
api libs.kslog
}
}
}