aboutsummaryrefslogtreecommitdiff
path: root/kotlin/compiler_plugin.bzl
diff options
context:
space:
mode:
authorAlix <agespino@google.com>2023-10-18 17:51:50 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-10-18 17:51:50 +0000
commit396139705abd7cb71cc8f1d7d5df71ace6f46fb9 (patch)
treee968506d73bb4e836fb854580b90cd3920fc013d /kotlin/compiler_plugin.bzl
parentae99674846bd8ee005a3a19fae1cac97028a28d5 (diff)
parentfb2b420b89bfa8cb112f05bb8a4450f36c0b54b0 (diff)
downloadbazelbuild-kotlin-rules-396139705abd7cb71cc8f1d7d5df71ace6f46fb9.tar.gz
Merge remote-tracking branch 'aosp/upstream-main' into aosp am: fb2b420b89
Original change: https://android-review.googlesource.com/c/platform/external/bazelbuild-kotlin-rules/+/2795413 Change-Id: I3ebefa424fd41bb0a472a2e55fee10e4aaf03efb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'kotlin/compiler_plugin.bzl')
-rw-r--r--kotlin/compiler_plugin.bzl2
1 files changed, 2 insertions, 0 deletions
diff --git a/kotlin/compiler_plugin.bzl b/kotlin/compiler_plugin.bzl
index 5df6e68..e1854e4 100644
--- a/kotlin/compiler_plugin.bzl
+++ b/kotlin/compiler_plugin.bzl
@@ -16,6 +16,8 @@
load("//:visibility.bzl", "RULES_KOTLIN")
+visibility(RULES_KOTLIN)
+
KtCompilerPluginInfo, _make_kt_compiler_plugin_info = provider(
doc = "Info for running a plugin that directly registers itself to kotlinc extension points",
fields = dict(