fix of build

This commit is contained in:
2025-03-03 12:21:04 +06:00
parent 3bf2ed5168
commit 8a059cc26d
2 changed files with 2 additions and 1 deletions

View File

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