1
0
Fork 0
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:
Cedric Beust 2016-07-10 23:06:47 -08:00
parent efe089977c
commit 845f246cf3

View file

@ -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