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

@@ -14,7 +14,7 @@ kotlin {
dependencies {
api project(":micro_utils.pagination.common")
api project(":micro_utils.common.compose")
api libs.kt.coroutines
api project(":micro_utils.coroutines")
}
}
}