1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

emptyList()

This commit is contained in:
Cedric Beust 2016-02-13 01:44:55 +04:00
parent 0d3e464cee
commit aa46de4d20

View file

@ -107,7 +107,7 @@ class KotlinPlugin @Inject constructor(val executors: KobaltExecutors)
listOf(getKotlinCompilerJar("kotlin-stdlib"), getKotlinCompilerJar("kotlin-runtime"))
.map { FileDependency(it) }
} else {
listOf()
emptyList()
}
// ICompilerContributor