mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -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")) {
|
||||
// Don't display the message if compiling Build.kt
|
||||
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 infoDir = info.directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue