Skip to content

Commit

Permalink
Kostya's requested fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pahill committed Jun 25, 2024
1 parent 3e073df commit b2d2d02
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand All @@ -52,7 +50,4 @@ android {
defaultConfig {
minSdk = libs.versions.android.minSdk.get().toInt()
}
}
dependencies {
implementation(kotlin("script-runtime"))
}

0 comments on commit b2d2d02

Please sign in to comment.