indented

fun String.indented(indentSize: Int): String(source)

Deprecated

Use prependIndent instead

Replace with

this.prependIndent(indentSize)