Skip to content

Commit

Permalink
Add missing arguments for experimental abi jars (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
jongerrish authored Jul 15, 2020
1 parent f2fb322 commit 9bea273
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 @@ -254,6 +254,8 @@ def kt_jvm_compile_action(ctx, rule_kind, output_jar):
srcs = srcs,
friend = friend,
compile_deps = compile_deps,
annotation_processors = annotation_processors,
transitive_runtime_jars = transitive_runtime_jars,
plugins = plugins,
outputs = {
"abi_jar": kt_compile_jar,
Expand Down

0 comments on commit 9bea273

Please sign in to comment.