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
2 changes: 1 addition & 1 deletion kotlin/internal/jvm/kt_android_library_impl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def _kt_android_produce_jar_actions(
compile_deps = compile_deps,
outputs = outputs,
extra_resources = extra_resources,
) if ctx.attr.srcs else _compile.compile.export_only_providers(
) if ctx.attr.srcs else _compile.export_only_providers(
ctx = ctx,
actions = ctx.actions,
outputs = outputs,
Expand Down