Remove overload of joinToString with 5 parameters and it's usage from java code.
This commit is contained in:
@@ -63,7 +63,6 @@ fun strings(): List<GenericFunction> {
|
||||
|
||||
exclude(Strings)
|
||||
returns("String")
|
||||
annotations("kotlin.jvm.overloads", Iterables)
|
||||
body {
|
||||
"""
|
||||
return joinTo(StringBuilder(), separator, prefix, postfix, limit, truncated, transform).toString()
|
||||
|
||||
Reference in New Issue
Block a user