Fix testJvmKtAppDependsOnMppTestRuntime after 3b0f4f31
This commit is contained in:
Generated
-7
@@ -8,13 +8,6 @@
|
|||||||
<inspection_tool class="SubjectLimit" enabled="true" level="WARNING" enabled_by_default="true" />
|
<inspection_tool class="SubjectLimit" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||||
</profile>
|
</profile>
|
||||||
</component>
|
</component>
|
||||||
<component name="GithubSharedProjectSettings">
|
|
||||||
<option name="branchProtectionPatterns">
|
|
||||||
<list>
|
|
||||||
<option value="master" />
|
|
||||||
</list>
|
|
||||||
</option>
|
|
||||||
</component>
|
|
||||||
<component name="IssueNavigationConfiguration">
|
<component name="IssueNavigationConfiguration">
|
||||||
<option name="links">
|
<option name="links">
|
||||||
<list>
|
<list>
|
||||||
|
|||||||
+4
@@ -184,6 +184,10 @@ class VariantAwareDependenciesIT : BaseGradleIT() {
|
|||||||
with(outerProject) {
|
with(outerProject) {
|
||||||
embedProject(innerProject)
|
embedProject(innerProject)
|
||||||
|
|
||||||
|
gradleBuildScript().appendText(
|
||||||
|
"\nconfigurations['jvm6TestRuntime'].canBeConsumed = true"
|
||||||
|
)
|
||||||
|
|
||||||
gradleBuildScript(innerProject.projectName).appendText(
|
gradleBuildScript(innerProject.projectName).appendText(
|
||||||
"\ndependencies { testImplementation project(path: ':', configuration: 'jvm6TestRuntime') }"
|
"\ndependencies { testImplementation project(path: ':', configuration: 'jvm6TestRuntime') }"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user