mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Fix GITHUB-314: Couldn’t find directory “”.
Fix https://github.com/cbeust/kobalt/issues/314
This commit is contained in:
parent
5f48cb18e9
commit
834aa09f54
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ class KotlinCompiler @Inject constructor(
|
||||||
"-d", info.outputDir.absolutePath,
|
"-d", info.outputDir.absolutePath,
|
||||||
*xFlagsArray,
|
*xFlagsArray,
|
||||||
*info.sourceFiles.toTypedArray())
|
*info.sourceFiles.toTypedArray())
|
||||||
|
.filter { ! it.isEmpty() }
|
||||||
|
|
||||||
log(2, " Invoking separate kotlinc:\n " + java!!.absolutePath + " " + newArgs.joinToString())
|
log(2, " Invoking separate kotlinc:\n " + java!!.absolutePath + " " + newArgs.joinToString())
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue