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 f833ec9 commit c953eaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ kotlin {
iosArm64Test.dependsOn(this)
//iosSimulatorArm64Test.dependsOn(this)
}
val jvmMain by getting
val jvmMain by getting {
dependencies {
implementation libs.androidx.compose.runtime
}
}
val jvmTest by getting {
dependencies {
implementation(kotlin("test-junit"))
Expand Down

0 comments on commit c953eaf

Please sign in to comment.