Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenmindera committed Apr 11, 2024
1 parent af226a0 commit 4d33b01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ kotlin {
registerPublish(libName, type = "Debug", repo, branch = "main")
registerPublish(libName, type = "Release", repo, branch = "main")
}
ios()
sourceSets {
val commonTest by getting {
dependencies {
// Connect commonTest to main source set compilation
implementation(kotlin("test-common"))
}
val commonMain by getting
val commonTest by getting
commonTest {
dependsOn(commonMain)
}
}
}

0 comments on commit 4d33b01

Please sign in to comment.