mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -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.
|
* apparent if it happens.
|
||||||
*/
|
*/
|
||||||
private fun invokeCompiler(cp: List<File>, allArgs: Array<String>): Boolean {
|
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 =
|
val result : Boolean =
|
||||||
if (true) {
|
if (true) {
|
||||||
val classLoader = ParentLastClassLoader(cp.map { it.toURI().toURL() })
|
val classLoader = ParentLastClassLoader(cp.map { it.toURI().toURL() })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue