small cleanup in build scripts

This commit is contained in:
2023-02-27 17:03:09 +06:00
parent d8cf3c6726
commit 73c724a2e5
5 changed files with 12 additions and 32 deletions

View File

@@ -18,6 +18,7 @@ kotlin {
api project(":micro_utils.coroutines")
api libs.android.fragment
}
dependsOn jvmMain
}
}
}