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

@@ -4,7 +4,7 @@ plugins {
id "application"
}
apply from: "$mppJavaProjectPresetPath"
apply from: "$mppJsAndJavaProjectPresetPath"
kotlin {
sourceSets {
@@ -13,7 +13,7 @@ kotlin {
api internalProject("micro_utils.startup.plugin")
}
}
jvmTest {
commonTest {
dependencies {
implementation libs.kt.coroutines.test
}