[Gradle][MPP] Include links on V2 MPP Source Set layout

^KT-56700 Fixed
This commit is contained in:
Sebastian Aigner
2023-02-15 16:57:07 +00:00
committed by Space Team
parent e70e85d51a
commit 0e03fc265e
2 changed files with 4 additions and 0 deletions
@@ -38,6 +38,8 @@ internal object MultiplatformLayoutV1PromoteV2Checker : KotlinAndroidSourceSetLa
To suppress this warning: put the following in your gradle.properties:
${PropertyNames.KOTLIN_MPP_ANDROID_SOURCE_SET_LAYOUT_VERSION_1_NO_WARN}=true
Learn more: https://kotlinlang.org/docs/whatsnew18.html#kotlin-multiplatform-a-new-android-source-set-layout
""".trimIndent()
override fun toString(): String = "PromoteV2LayoutDiagnostic"
@@ -45,6 +45,8 @@ internal object MultiplatformLayoutV2AndroidStyleSourceDirUsageChecker : KotlinA
To suppress this warning: put the following in your gradle.properties:
${PropertyNames.KOTLIN_MPP_ANDROID_SOURCE_SET_LAYOUT_ANDROID_STYLE_NO_WARN}=true
Learn more: https://kotlinlang.org/docs/whatsnew18.html#kotlin-multiplatform-a-new-android-source-set-layout
""".trimIndent()
}
}