implemented coroutines and exposed utils

This commit is contained in:
000Sanya
2020-09-24 12:27:16 +10:00
parent 1dcf17a35d
commit 5a5519c7cb
17 changed files with 113 additions and 15 deletions

View File

@@ -12,5 +12,10 @@ kotlin {
api internalProject("micro_utils.repos.common")
}
}
jvmMain {
dependencies {
api internalProject("micro_utils.exposed")
}
}
}
}