appendln

Native
1.3
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: String
): StringBuilder

(source)
Deprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Boolean
): StringBuilder

(source)
Deprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Byte
): StringBuilder

(source)
Deprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Short
): StringBuilder

(source)
Deprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Int
): StringBuilder

(source)
Deprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Long
): StringBuilder

(source)
Deprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Float
): StringBuilder

(source)
Deprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Double
): StringBuilder

(source)
Deprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(
    it: Any?
): StringBuilder

(source)
Deprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(): StringBuilder
(source)
Deprecated: Use appendLine instead