summaryrefslogtreecommitdiff
path: root/sw-common-model
diff options
context:
space:
mode:
Diffstat (limited to 'sw-common-model')
-rw-r--r--sw-common-model/build.gradle.kts12
1 files changed, 0 insertions, 12 deletions
diff --git a/sw-common-model/build.gradle.kts b/sw-common-model/build.gradle.kts
index 557a6d04..3a550f25 100644
--- a/sw-common-model/build.gradle.kts
+++ b/sw-common-model/build.gradle.kts
@@ -20,19 +20,7 @@ kotlin {
}
val commonTest by getting {
dependencies {
- implementation(kotlin("test-common"))
- implementation(kotlin("test-annotations-common"))
- }
- }
- val jvmTest by getting {
- dependencies {
implementation(kotlin("test"))
- implementation(kotlin("test-junit"))
- }
- }
- val jsTest by getting {
- dependencies {
- implementation(kotlin("test-js"))
}
}
}
bgstack15