fixup! Add :
This commit is contained in:
committed by
Space Team
parent
4a869e42c2
commit
765c489eca
+1
-1
@@ -349,7 +349,7 @@ object KotlinToolingDiagnostics {
|
|||||||
|
|
||||||
private fun renderSourceSetGroups(sourceSetGroups: Map<String, List<String>>) = buildString {
|
private fun renderSourceSetGroups(sourceSetGroups: Map<String, List<String>>) = buildString {
|
||||||
for ((sourceSetTreeName, sourceSets) in sourceSetGroups) {
|
for ((sourceSetTreeName, sourceSets) in sourceSetGroups) {
|
||||||
appendLine("Source Sets from '$sourceSetTreeName' Tree")
|
appendLine("Source Sets from '$sourceSetTreeName' Tree:")
|
||||||
appendLine(sourceSets.joinToString("\n") { " * '$it'" })
|
appendLine(sourceSets.joinToString("\n") { " * '$it'" })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user