Skip to content

Commit

Permalink
Get rid of duplicates in the --processors and --processorpath argumen…
Browse files Browse the repository at this point in the history
…ts. (#940)
  • Loading branch information
tjgq authored Mar 6, 2023
1 parent 198c51f commit 0b75e94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kotlin/internal/jvm/compile.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -363,12 +363,14 @@ def _run_kt_builder_action(
annotation_processors,
map_each = _plugin_mappers.kt_plugin_to_processor,
omit_if_empty = True,
uniquify = True,
)
args.add_all(
"--processorpath",
annotation_processors,
map_each = _plugin_mappers.kt_plugin_to_processorpath,
omit_if_empty = True,
uniquify = True,
)

compiler_plugins = [
Expand Down

0 comments on commit 0b75e94

Please sign in to comment.