You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The infra plugin adds the following dependsOn edges:
nativeMain.dependsOn(commonMain)
nativeTest.dependsOn(commonTest)
even if the plugin is applied to a project with the default target hierarchy. This leads to a warning during the configuration phase of the Gradle project.