[mpp] Minor: fix broken link to docs
^KT-57144 Fixed
This commit is contained in:
committed by
teamcity
parent
6b75b3bc4a
commit
a3db0f14af
+2
-2
@@ -24,7 +24,7 @@ object UnusedSourceSetsChecker {
|
|||||||
|
|
||||||
const val WARNING_BOTTOM_LINE =
|
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" +
|
"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>) {
|
private fun reportUnusedSourceSets(project: Project, sourceSets: Set<KotlinSourceSet>) {
|
||||||
require(sourceSets.isNotEmpty())
|
require(sourceSets.isNotEmpty())
|
||||||
@@ -49,4 +49,4 @@ object UnusedSourceSetsChecker {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user