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
Generated
-7
View File
@@ -8,13 +8,6 @@
<inspection_tool class="SubjectLimit" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>
<component name="GithubSharedProjectSettings">
<option name="branchProtectionPatterns">
<list>
<option value="master" />
</list>
</option>
</component>
<component name="IssueNavigationConfiguration">
<option name="links">
<list>
@@ -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') }"
)