More properties

This commit is contained in:
2020-02-10 20:28:57 +01:00
parent 1b83f88c8f
commit 1c3ac8f0d0
14 changed files with 229 additions and 27 deletions

View File

@@ -10,6 +10,8 @@ repositories {
mavenCentral()
}
apply(plugin = "kotlin-dce-js")
kotlin {
/* Targets configuration omitted.
* To find out how to configure the targets, please follow the link:
@@ -27,7 +29,7 @@ kotlin {
val commonTest by getting {
dependencies {
implementation(kotlin("test-common"))
implementation(kotlin("test-annotations-common"))
//implementation(kotlin("test-annotations-common"))
}
}
val jsMain by getting {
@@ -38,7 +40,7 @@ kotlin {
val jsTest by getting {
dependencies {
implementation(kotlin("test-js"))
implementation(kotlin("test-annotations-js"))
//implementation(kotlin("test-annotations-js"))
}
}
val jvmMain by getting {