fixes in StartupLauncingTests

This commit is contained in:
2022-12-07 10:50:51 +06:00
parent cd9cd7cc5d
commit c395242e3e
2 changed files with 14 additions and 2 deletions

View File

@@ -13,6 +13,11 @@ kotlin {
api internalProject("micro_utils.startup.plugin")
}
}
jvmTest {
dependencies {
implementation libs.kt.coroutines.test
}
}
}
}