Concept Flow - Multiline strings with trimIndent
Start multiline string with triple quotes
Write string lines with indentation
Call trimIndent()
Remove common leading whitespace
Return trimmed string
Use or print the string
The flow shows how Kotlin reads a multiline string, removes common indentation with trimIndent(), and returns the cleaned string.