Skip to content
Open
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
8 changes: 4 additions & 4 deletions kotlin/internal/jvm/impl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ def _make_providers(ctx, providers, transitive_files = depset(order = "default")
# explicitly include data files, otherwise they appear to be missing
files = ctx.files.data,
transitive_files = transitive_files,
# continue to use collect_default until proper transitive data collecting is
# implmented.
collect_default = True,
),
).merge_all([
target[DefaultInfo].default_runfiles
for target in ctx.attr.runtime_deps
]),
),
] + list(additional_providers),
)
Expand Down