We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94872ac commit 49470b4Copy full SHA for 49470b4
subprojects/tdd-in-kotlin/build.gradle.kts
@@ -13,9 +13,6 @@ dependencies {
13
14
testImplementation(testFixtures(projects.subprojects.tddInKotlin))
15
16
- // Work around https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/972.
17
- testImplementation(projects.subprojects.tddInKotlin)
18
-
19
testImplementation(libs.kotest.assertions.shared)
20
testImplementation(libs.kotest.framework.api.jvm)
21
testImplementation(libs.mockk)
0 commit comments