Fix testJvmKtAppDependsOnMppTestRuntime after 3b0f4f31

This commit is contained in:
Sergey Igushkin
2021-01-25 23:59:28 +03:00
parent d4965b1e6e
commit 3704b2a5af
2 changed files with 4 additions and 7 deletions
@@ -184,6 +184,10 @@ class VariantAwareDependenciesIT : BaseGradleIT() {
with(outerProject) {
embedProject(innerProject)
gradleBuildScript().appendText(
"\nconfigurations['jvm6TestRuntime'].canBeConsumed = true"
)
gradleBuildScript(innerProject.projectName).appendText(
"\ndependencies { testImplementation project(path: ':', configuration: 'jvm6TestRuntime') }"
)