From 508b395a265bd5326322e20a437d11d19167bb4f Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Tue, 7 Sep 2021 17:53:30 +0200 Subject: Cleanup test dependencies thanks to Kotlin 1.5 --- sw-common-model/build.gradle.kts | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'sw-common-model/build.gradle.kts') 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 @@ -19,20 +19,8 @@ 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")) } } } -- cgit