Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kotlin/internal/jvm/compile.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ def _kt_jvm_produce_output_jar_actions(
instrumented_files = coverage_common.instrumented_files_info(
ctx,
source_attributes = ["srcs"],
dependency_attributes = ["deps", "exports", "associates"],
dependency_attributes = ["associates", "deps", "exports", "runtime_deps", "data"],
extensions = ["kt", "java"],
)

Expand Down Expand Up @@ -1025,7 +1025,7 @@ def _export_only_providers(ctx, actions, attr, outputs):
instrumented_files = coverage_common.instrumented_files_info(
ctx,
source_attributes = ["srcs"],
dependency_attributes = ["deps", "exports", "associates"],
dependency_attributes = ["associates", "deps", "exports", "runtime_deps", "data"],
extensions = ["kt", "java"],
),
)
Expand Down