1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -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")) listOf(getKotlinCompilerJar("kotlin-stdlib"), getKotlinCompilerJar("kotlin-runtime"))
.map { FileDependency(it) } .map { FileDependency(it) }
} else { } else {
listOf() emptyList()
} }
// ICompilerContributor // ICompilerContributor