append
Appends all arguments to the given Appendable.
Since Kotlin
1.0Appends all arguments to the given StringBuilder.
Since Kotlin
1.0Deprecated
Use append(value: Any?) instead
Replace with
append(value = obj)
Content copied to clipboard
Since Kotlin
1.0Deprecated
Warning since 1.3
Error since 1.6
Use append(value: Boolean) instead
Replace with
append(value = it)
Content copied to clipboard
Since Kotlin
1.3Deprecated
Warning since 1.3
Error since 1.6
Use append(value: Byte) instead
Replace with
append(value = it)
Content copied to clipboard
Since Kotlin
1.3Deprecated
Warning since 1.3
Error since 1.6
Use append(value: Short) instead
Replace with
append(value = it)
Content copied to clipboard
Since Kotlin
1.3Deprecated
Warning since 1.3
Error since 1.6
Use append(value: Int) instead
Replace with
append(value = it)
Content copied to clipboard
Since Kotlin
1.3Deprecated
Warning since 1.3
Error since 1.6
Use append(value: Long) instead
Replace with
append(value = it)
Content copied to clipboard
Since Kotlin
1.3Deprecated
Warning since 1.3
Error since 1.6
Use append(value: Float) instead
Replace with
append(value = it)
Content copied to clipboard
Since Kotlin
1.3Deprecated
Warning since 1.3
Error since 1.6
Use append(value: Double) instead
Replace with
append(value = it)
Content copied to clipboard
Since Kotlin
1.3Deprecated
Warning since 1.3
Error since 1.6
Use append(value: String) instead
Replace with
append(value = it)
Content copied to clipboard
Since Kotlin
1.3Deprecated
Warning since 1.3
Error since 1.6
Use append(value: CharArray) instead
Replace with
append(value = it)
Content copied to clipboard