mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
emptyList()
This commit is contained in:
parent
0d3e464cee
commit
aa46de4d20
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue