appendln
Platform and version requirements: Native (1.3) 
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: String
): StringBuilder Deprecated: Use appendLine instead@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Boolean
): StringBuilder Deprecated: Use appendLine instead@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Byte
): StringBuilder Deprecated: Use appendLine instead@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Short
): StringBuilder Deprecated: Use appendLine instead@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Int
): StringBuilder Deprecated: Use appendLine instead@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Long
): StringBuilder Deprecated: Use appendLine instead@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Float
): StringBuilder Deprecated: Use appendLine instead@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Double
): StringBuilder Deprecated: Use appendLine instead@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Any?
): StringBuilder Deprecated: Use appendLine instead@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(): StringBuilder Deprecated: Use appendLine instead
    © 2010–2021 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/appendln.html