1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00
This commit is contained in:
Cedric Beust 2016-07-19 16:41:46 -07:00
parent e24847d231
commit ccd65b1baf

View file

@ -87,7 +87,7 @@ class KotlinCompiler @Inject constructor(
freeArgs = sourceFiles freeArgs = sourceFiles
friendPaths = friends friendPaths = friends
} }
log(1, "Invoking K2JVMCompiler with arguments:" log(2, "Invoking K2JVMCompiler with arguments:"
+ " -moduleName " + args.moduleName + " -moduleName " + args.moduleName
+ " -d " + args.destination + " -d " + args.destination
+ " -friendPaths " + args.friendPaths.joinToString(";") + " -friendPaths " + args.friendPaths.joinToString(";")