We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e073df commit b2d2d02Copy full SHA for b2d2d02
shared/build.gradle.kts
@@ -30,12 +30,10 @@ kotlin {
30
// put your Multiplatform dependencies here
31
}
32
commonTest.dependencies {
33
- implementation(kotlin("test-common"))
34
- implementation(kotlin("test-annotations-common"))
+ implementation(kotlin("test"))
35
36
val androidUnitTest by getting {
37
dependencies {
38
- implementation(kotlin("test-junit"))
39
implementation(libs.junit)
40
41
@@ -52,7 +50,4 @@ android {
52
50
defaultConfig {
53
51
minSdk = libs.versions.android.minSdk.get().toInt()
54
55
-}
56
-dependencies {
57
- implementation(kotlin("script-runtime"))
58
0 commit comments