[Gradle] Fixup 'kotlinTestSingleDependencyMppJvmJs' to support new behaviour...
... of deprecated scoped DependenciesMetadata configurations. ^KT-55929 Verification Pending
This commit is contained in:
committed by
Space Team
parent
0ddefa1c02
commit
9f850c1179
-1
@@ -401,7 +401,6 @@ class KotlinSpecificDependenciesIT : KGPBaseTest() {
|
|||||||
"commonTestCompileOnlyDependenciesMetadata" to listOf("!kotlin-test-common"),
|
"commonTestCompileOnlyDependenciesMetadata" to listOf("!kotlin-test-common"),
|
||||||
"jvmAndJsTestApiDependenciesMetadata" to listOf("kotlin-test-common"),
|
"jvmAndJsTestApiDependenciesMetadata" to listOf("kotlin-test-common"),
|
||||||
"jvmAndJsTestCompileOnlyDependenciesMetadata" to listOf("kotlin-test-common"),
|
"jvmAndJsTestCompileOnlyDependenciesMetadata" to listOf("kotlin-test-common"),
|
||||||
"jvmAndJsTestImplementationDependenciesMetadata" to listOf("!kotlin-test-common"),
|
|
||||||
),
|
),
|
||||||
isBuildGradleKts = true
|
isBuildGradleKts = true
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user