Skip to content

Commit e778dcb

Browse files
authored
Fix type in kt_android_library_impl (#1336)
1 parent f7ad0cf commit e778dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/internal/jvm/kt_android_library_impl.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def _kt_android_produce_jar_actions(
147147
compile_deps = compile_deps,
148148
outputs = outputs,
149149
extra_resources = extra_resources,
150-
) if ctx.attr.srcs else _compile.compile.export_only_providers(
150+
) if ctx.attr.srcs else _compile.export_only_providers(
151151
ctx = ctx,
152152
actions = ctx.actions,
153153
outputs = outputs,

0 commit comments

Comments
 (0)