mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Fix the duplicate compiler args bug.
This commit is contained in:
parent
43844cbf80
commit
a10777ee1d
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