[mpp] Minor: fix broken link to docs

^KT-57144 Fixed
This commit is contained in:
Dmitry Savvinov
2023-04-19 10:04:24 +02:00
committed by teamcity
parent 6b75b3bc4a
commit a3db0f14af
@@ -24,7 +24,7 @@ object UnusedSourceSetsChecker {
const val WARNING_BOTTOM_LINE =
"You can add a source set to a target's compilation by connecting it with the compilation's default source set using 'dependsOn'.\n" +
"See https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#connecting-source-sets"
"See https://kotl.in/connecting-source-sets"
private fun reportUnusedSourceSets(project: Project, sourceSets: Set<KotlinSourceSet>) {
require(sourceSets.isNotEmpty())
@@ -49,4 +49,4 @@ object UnusedSourceSetsChecker {
}
}
}
}
}