fun Appendable.appendln(): AppendableDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
Appends a line separator to this Appendable.
fun Appendable.appendln(value: CharSequence?): AppendableDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
fun Appendable.appendln(value: Char): AppendableDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
Appends value to the given Appendable and line separator after it.
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/java.lang.-appendable/appendln.html