fill changes

This commit is contained in:
2021-06-17 13:39:02 +06:00
parent 63eb7b7ea8
commit e715772dbf
6 changed files with 60 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ kotlin {
commonMain {
dependencies {
api "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"
api project(":micro_utils.common")
}
}
androidMain {