mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Log.
This commit is contained in:
parent
e24847d231
commit
ccd65b1baf
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class KotlinCompiler @Inject constructor(
|
|||
freeArgs = sourceFiles
|
||||
friendPaths = friends
|
||||
}
|
||||
log(1, "Invoking K2JVMCompiler with arguments:"
|
||||
log(2, "Invoking K2JVMCompiler with arguments:"
|
||||
+ " -moduleName " + args.moduleName
|
||||
+ " -d " + args.destination
|
||||
+ " -friendPaths " + args.friendPaths.joinToString(";")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue