updates in FSM

This commit is contained in:
2021-12-26 21:06:26 +06:00
parent 3d2196e35d
commit f037ce4371
6 changed files with 140 additions and 28 deletions

View File

@@ -10,6 +10,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
api project(":micro_utils.common")
api project(":micro_utils.coroutines")
}
}