Skip to content

Commit f84d2e8

Browse files
committed
Declare LegacyEnum in api config
1 parent 0c565e7 commit f84d2e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ val filtered = tasks.register<FilterTestClasspath>("filteredTestClasspath") {
9595
}
9696

9797
dependencies {
98-
implementation(mainForNewTargets.output)
98+
api(mainForNewTargets.output)
9999
testRuntimeOnly(files(filtered.flatMap { it.outputDir })) // only have access to old targets at runtime, don't use them in actual tests
100100
testImplementation(testDataNewTargets.output)
101101

0 commit comments

Comments
 (0)