From b2d2d024a83ba87015231947364f3e829afdc032 Mon Sep 17 00:00:00 2001 From: pahill Date: Tue, 25 Jun 2024 13:11:18 +0200 Subject: [PATCH] Kostya's requested fixes --- shared/build.gradle.kts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index c873aa5..428e3e4 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -30,12 +30,10 @@ kotlin { // put your Multiplatform dependencies here } commonTest.dependencies { - implementation(kotlin("test-common")) - implementation(kotlin("test-annotations-common")) + implementation(kotlin("test")) } val androidUnitTest by getting { dependencies { - implementation(kotlin("test-junit")) implementation(libs.junit) } } @@ -52,7 +50,4 @@ android { defaultConfig { minSdk = libs.versions.android.minSdk.get().toInt() } -} -dependencies { - implementation(kotlin("script-runtime")) } \ No newline at end of file