mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -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"))
|
||||
.map { FileDependency(it) }
|
||||
} else {
|
||||
listOf()
|
||||
emptyList()
|
||||
}
|
||||
|
||||
// ICompilerContributor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue