fixup! Add :

This commit is contained in:
Anton Lakotka
2023-06-16 11:24:44 +02:00
committed by Space Team
parent 4a869e42c2
commit 765c489eca
@@ -349,7 +349,7 @@ object KotlinToolingDiagnostics {
private fun renderSourceSetGroups(sourceSetGroups: Map<String, List<String>>) = buildString {
for ((sourceSetTreeName, sourceSets) in sourceSetGroups) {
appendLine("Source Sets from '$sourceSetTreeName' Tree")
appendLine("Source Sets from '$sourceSetTreeName' Tree:")
appendLine(sourceSets.joinToString("\n") { " * '$it'" })
}
}