upgrades and filling of README

This commit is contained in:
2022-12-15 10:26:31 +06:00
parent 2fe4f08059
commit 5af91981f1
11 changed files with 176 additions and 12 deletions

View File

@@ -16,5 +16,10 @@ kotlin {
api project(":micro_utils.coroutines")
}
}
jsMain {
dependencies {
api libs.uuid
}
}
}
}