appendln

Deprecated

Use appendLine instead. Note that the new method always appends the line feed character '\n' regardless of the system line separator.

Replace with

appendLine()

Appends a line separator to this Appendable.

Since Kotlin

1.0

Deprecated

Use appendLine instead. Note that the new method always appends the line feed character '\n' regardless of the system line separator.

Replace with

appendLine(value)

Appends value to the given Appendable and line separator after it.

Since Kotlin

1.0

Deprecated

Use appendLine instead. Note that the new method always appends the line feed character '\n' regardless of the system line separator.

Replace with

appendLine()

Appends a line separator to this StringBuilder.

Since Kotlin

1.0

Deprecated

Use appendLine instead. Note that the new method always appends the line feed character '\n' regardless of the system line separator.

Replace with

appendLine(value)

Appends value to this StringBuilder, followed by a line separator.

Since Kotlin

1.0

Deprecated

Warning since 1.4

Error since 1.6

Use appendLine instead

Replace with

appendLine(it)

Since Kotlin

1.3

Deprecated

Warning since 1.4

Error since 1.6

Use appendLine instead

Replace with

appendLine()

Since Kotlin

1.3