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 9b25f1d commit bcbc7cd
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 @@ -30,7 +30,11 @@ kotlin {
}

sourceSets {
val commonMain by getting
val commonMain by getting {
dependencies {
implementation(libs.jetbrains.compose.runtime)
}
}
val commonTest by getting {
dependencies {
implementation(kotlin("test-common"))
Expand Down

0 comments on commit bcbc7cd

Please sign in to comment.