add dependency of common android repos onto jvm

This commit is contained in:
InsanusMokrassar 2022-11-21 20:23:05 +06:00
parent 0d1aae0ef7
commit 3e3f91128b
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ kotlin {
api internalProject("micro_utils.common")
api internalProject("micro_utils.coroutines")
}
dependsOn jvmMain
}
}
}