Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
krossovochkin authored Nov 27, 2024
1 parent 0bc9d1e commit a34324d
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ kotlin {
implementation(kotlin("test-annotations-common"))
}
}
val androidMain by getting {
dependencies {
implementation(libs.androidx.compose.runtime)
}
}
val androidMain by getting
val androidUnitTest by getting {
dependencies {
implementation(kotlin("test-junit"))
Expand All @@ -66,22 +62,14 @@ kotlin {
iosArm64Test.dependsOn(this)
//iosSimulatorArm64Test.dependsOn(this)
}
val jvmMain by getting {
dependencies {
implementation(libs.androidx.compose.runtime)
}
}
val jvmMain by getting
val jvmTest by getting {
dependencies {
implementation(kotlin("test-junit"))
implementation(libs.junit)
}
}
val jsMain by getting {
dependencies {
implementation(libs.androidx.compose.runtime)
}
}
val jsMain by getting
val jsTest by getting {
dependencies {
implementation(kotlin("test-common"))
Expand Down

0 comments on commit a34324d

Please sign in to comment.