Deprecate join (use joinToString instead)
#KT-6909
This commit is contained in:
+1
-1
@@ -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}")
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user