blob: 4460b1fead3133d02f5c4786f0d1ab817e6ddfd3 [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "PLUGIN_DEPS")
load("//tools/bzl:classpath.bzl", "classpath_collector")
classpath_collector(
name = "main_classpath_collect",
deps = PLUGIN_DEPS + [
"//:depends-on__plugin",
],
)