Skip to content

Commit b2d2d02

Browse files
committed
Kostya's requested fixes
1 parent 3e073df commit b2d2d02

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

shared/build.gradle.kts

+1-6
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ kotlin {
3030
// put your Multiplatform dependencies here
3131
}
3232
commonTest.dependencies {
33-
implementation(kotlin("test-common"))
34-
implementation(kotlin("test-annotations-common"))
33+
implementation(kotlin("test"))
3534
}
3635
val androidUnitTest by getting {
3736
dependencies {
38-
implementation(kotlin("test-junit"))
3937
implementation(libs.junit)
4038
}
4139
}
@@ -52,7 +50,4 @@ android {
5250
defaultConfig {
5351
minSdk = libs.versions.android.minSdk.get().toInt()
5452
}
55-
}
56-
dependencies {
57-
implementation(kotlin("script-runtime"))
5853
}

0 commit comments

Comments
 (0)