We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ad0cf commit e778dcbCopy full SHA for e778dcb
kotlin/internal/jvm/kt_android_library_impl.bzl
@@ -147,7 +147,7 @@ def _kt_android_produce_jar_actions(
147
compile_deps = compile_deps,
148
outputs = outputs,
149
extra_resources = extra_resources,
150
- ) if ctx.attr.srcs else _compile.compile.export_only_providers(
+ ) if ctx.attr.srcs else _compile.export_only_providers(
151
ctx = ctx,
152
actions = ctx.actions,
153
0 commit comments