mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
For now, kotlinc is back to compiling files and not directories.
This commit is contained in:
parent
efe089977c
commit
845f246cf3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class KotlinCompiler @Inject constructor(
|
||||||
if (! info.outputDir.path.endsWith("ript.jar")) {
|
if (! info.outputDir.path.endsWith("ript.jar")) {
|
||||||
// Don't display the message if compiling Build.kt
|
// Don't display the message if compiling Build.kt
|
||||||
log(1, " Kotlin $version compiling "
|
log(1, " Kotlin $version compiling "
|
||||||
+ Strings.pluralizeAll(info.sourceFiles.size, "directory", "directories"))
|
+ Strings.pluralizeAll(info.sourceFiles.size, "file"))
|
||||||
}
|
}
|
||||||
val cp = compilerFirst(info.dependencies.map {it.jarFile.get()})
|
val cp = compilerFirst(info.dependencies.map {it.jarFile.get()})
|
||||||
val infoDir = info.directory
|
val infoDir = info.directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue