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 4323065 commit af226a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,12 @@ kotlin {
registerPublish(libName, type = "Debug", repo, branch = "main")
registerPublish(libName, type = "Release", repo, branch = "main")
}
sourceSets {
val commonTest by getting {
dependencies {
// Connect commonTest to main source set compilation
implementation(kotlin("test-common"))
}
}
}
}

0 comments on commit af226a0

Please sign in to comment.