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 274ac9c commit f33145fCopy full SHA for f33145f
kotlin/internal/jvm/android.bzl
@@ -30,6 +30,7 @@ def _kt_android_artifact(
30
resources = [],
31
plugins = [],
32
associates = [],
33
+ module_name = "",
34
kotlinc_opts = None,
35
javac_opts = None,
36
enable_data_binding = False,
@@ -62,6 +63,7 @@ def _kt_android_artifact(
62
63
resources = resources,
64
plugins = plugins,
65
associates = associates,
66
+ module_name = module_name,
67
testonly = kwargs.get("testonly", default = False),
68
visibility = ["//visibility:public"],
69
kotlinc_opts = kotlinc_opts,
0 commit comments