> Configure project :

> Configure project :brokenProjectA
e: [CommonMainOrTestWithDependsOnDiagnostic | ERROR] Invalid `dependsOn` Configuration in Common Source Set
commonMain can't declare dependsOn on other source sets
Please remove the `dependsOn` configuration from the commonMain source set
#diagnostic-end

w: [InternalKotlinGradlePluginPropertiesUsed | WARNING] Usage of Internal Kotlin Gradle Plugin Properties Detected
ATTENTION! This build uses the following Kotlin Gradle Plugin properties:

kotlin.internal.diagnostics.ignoreWarningMode

Internal properties are not recommended for production use.
Stability and future compatibility of the build is not guaranteed.
Please consider using the public API instead of internal properties.
#diagnostic-end


> Configure project :brokenProjectB
e: [CommonMainOrTestWithDependsOnDiagnostic | ERROR] Invalid `dependsOn` Configuration in Common Source Set
commonMain can't declare dependsOn on other source sets
Please remove the `dependsOn` configuration from the commonMain source set
#diagnostic-end


> Configure project :healthyProject

> Task :brokenProjectA:checkKotlinGradlePluginConfigurationErrors FAILED
e: [CommonMainOrTestWithDependsOnDiagnostic | ERROR] Invalid `dependsOn` Configuration in Common Source Set
commonMain can't declare dependsOn on other source sets
Please remove the `dependsOn` configuration from the commonMain source set
#diagnostic-end


> Task :brokenProjectB:checkKotlinGradlePluginConfigurationErrors FAILED
e: [CommonMainOrTestWithDependsOnDiagnostic | ERROR] Invalid `dependsOn` Configuration in Common Source Set
commonMain can't declare dependsOn on other source sets
Please remove the `dependsOn` configuration from the commonMain source set
#diagnostic-end


> Task :healthyProject:checkKotlinGradlePluginConfigurationErrors SKIPPED
