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 5603052 commit 7492658Copy full SHA for 7492658
build.gradle.kts
@@ -146,7 +146,6 @@ val e2eTest: SourceSet by sourceSets.creating {
146
runtimeClasspath += sourceSets["main"].output
147
}
148
149
-@Suppress("UnstableApiUsage") // `configurations` container is incubating
150
configurations {
151
compatTestCompileClasspath {
152
extendsFrom(testCompileClasspath.get())
0 commit comments