complete startup module

This commit is contained in:
2022-12-05 22:31:15 +06:00
parent 2a4570eafc
commit b17931e7bd
6 changed files with 80 additions and 52 deletions

View File

@@ -10,7 +10,6 @@ kotlin {
commonMain {
dependencies {
api internalProject("micro_utils.startup.plugin")
api libs.kslog
}
}
}