diff options
Diffstat (limited to 'sw-common-model/build.gradle.kts')
-rw-r--r-- | sw-common-model/build.gradle.kts | 12 |
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")) } } } |