mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Fix duplication of parameters.
This commit is contained in:
parent
1d015a6f93
commit
e1c1da55c6
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@ class KotlinCompiler @Inject constructor(
|
|||
// Collect the compiler args from kotlinCompiler{} and from settings.xml and parse them
|
||||
val args2 =
|
||||
info.compilerArgs +
|
||||
(kotlinConfig(project)?.args ?: arrayListOf<String>()) +
|
||||
(settings.kobaltCompilerFlags?.split(" ") ?: listOf<String>())
|
||||
val args = K2JVMCompilerArguments()
|
||||
val compiler = K2JVMCompiler()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue