mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Log.
This commit is contained in:
parent
e88f3ac484
commit
f37ae21563
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class KotlinCompiler @Inject constructor(val localRepo : LocalRepo,
|
|||
* apparent if it happens.
|
||||
*/
|
||||
private fun invokeCompiler(cp: List<File>, allArgs: Array<String>): Boolean {
|
||||
log(1, "Calling kotlinc " + allArgs.joinToString(" "))
|
||||
log(2, "Calling kotlinc " + allArgs.joinToString(" "))
|
||||
val result : Boolean =
|
||||
if (true) {
|
||||
val classLoader = ParentLastClassLoader(cp.map { it.toURI().toURL() })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue