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" />
|
||||
</profile>
|
||||
</component>
|
||||
<component name="GithubSharedProjectSettings">
|
||||
<option name="branchProtectionPatterns">
|
||||
<list>
|
||||
<option value="master" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="IssueNavigationConfiguration">
|
||||
<option name="links">
|
||||
<list>
|
||||
|
||||
+4
@@ -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') }"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user