We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e9ac6 commit b07080fCopy full SHA for b07080f
utils/config-utils/build.gradle.kts
@@ -56,7 +56,7 @@ val excludedClassesInstructionCoverage by extra(
56
dependencies {
57
implementation(project(":components:environment"))
58
implementation(project(":dd-trace-api"))
59
- implementation(project(":utils:filesystem-utils"))
+ api(project(":utils:filesystem-utils"))
60
implementation(libs.slf4j)
61
implementation("org.snakeyaml", "snakeyaml-engine", "2.9")
62
0 commit comments