Skip to content

Commit f33145f

Browse files
authored
Pass module_name from kt_android_library to kt_jvm_library (#1277)
1 parent 274ac9c commit f33145f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kotlin/internal/jvm/android.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def _kt_android_artifact(
3030
resources = [],
3131
plugins = [],
3232
associates = [],
33+
module_name = "",
3334
kotlinc_opts = None,
3435
javac_opts = None,
3536
enable_data_binding = False,
@@ -62,6 +63,7 @@ def _kt_android_artifact(
6263
resources = resources,
6364
plugins = plugins,
6465
associates = associates,
66+
module_name = module_name,
6567
testonly = kwargs.get("testonly", default = False),
6668
visibility = ["//visibility:public"],
6769
kotlinc_opts = kotlinc_opts,

0 commit comments

Comments
 (0)