Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbrandt committed Dec 7, 2023
1 parent a7571fc commit 290f276
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tdd-in-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ dependencies {

testImplementation(testFixtures(projects.tddInKotlin))

// Work around https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/972.
testImplementation(projects.tddInKotlin)

testImplementation(libs.kotest.assertions.shared)
testImplementation(libs.kotest.framework.api.jvm)
testImplementation(libs.bundles.mockk.jvm)
Expand Down

0 comments on commit 290f276

Please sign in to comment.