mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Not used.
This commit is contained in:
parent
ae6d1d51e1
commit
523b9c055a
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ class JvmCompiler @Inject constructor(val dependencyManager: DependencyManager)
|
||||||
.distinct()
|
.distinct()
|
||||||
|
|
||||||
// Plugins that add flags to the compiler
|
// Plugins that add flags to the compiler
|
||||||
val currentFlags = arrayListOf<String>().apply { addAll(info.compilerArgs) }
|
|
||||||
val contributorFlags : List<String> = if (project != null) flags else emptyList()
|
val contributorFlags : List<String> = if (project != null) flags else emptyList()
|
||||||
|
|
||||||
val addedFlags = contributorFlags + ArrayList(info.compilerArgs)
|
val addedFlags = contributorFlags + ArrayList(info.compilerArgs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue