mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Warning.
This commit is contained in:
parent
d1746f1b92
commit
e25b62a01e
1 changed files with 3 additions and 2 deletions
|
@ -41,8 +41,9 @@ class KotlinCompiler @Inject constructor(
|
||||||
log(1, " Kotlin compiling ${info.sourceFiles.size} files")
|
log(1, " Kotlin compiling ${info.sourceFiles.size} files")
|
||||||
}
|
}
|
||||||
val cp = compilerFirst(info.dependencies.map {it.jarFile.get()})
|
val cp = compilerFirst(info.dependencies.map {it.jarFile.get()})
|
||||||
val outputDir = if (info.directory != null) {
|
val infoDir = info.directory
|
||||||
KFiles.joinDir(info.directory, info.outputDir.path)
|
val outputDir = if (infoDir != null) {
|
||||||
|
KFiles.joinDir(infoDir, info.outputDir.path)
|
||||||
} else {
|
} else {
|
||||||
info.outputDir.path
|
info.outputDir.path
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue