Deprecate join (use joinToString instead)

#KT-6909
This commit is contained in:
Ilya Gorbunov
2015-10-07 03:53:10 +03:00
parent f37e022b8e
commit 12d9beb3a4
12 changed files with 20 additions and 17 deletions
@@ -278,7 +278,7 @@ public open class Kotlin2JsCompile() : AbstractKotlinCompile<K2JSCompilerArgumen
}
}
getLogger().debug("${getName()} set libraryFiles to ${args.libraryFiles.join(",")}")
getLogger().debug("${getName()} set libraryFiles to ${args.libraryFiles.joinToString(",")}")
getLogger().debug("${getName()} set outputFile to ${args.outputFile}")
}