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 2015-11-18 05:16:37 -08:00
parent e88f3ac484
commit f37ae21563

View file

@ -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() })