Files
openide/plugins/compose/BUILD.bazel
Ilia Kirianovskiiandintellij-monorepo-bot f43aa95086 [bazel] Update build files (IJI-3062)
GitOrigin-RevId: 98a67396a48bddc3d084cc93c50ae2f2017bfe8c
2025-09-29 00:11:15 +00:00

16 lines
493 B
Python

### auto-generated section `build intellij.compose.ide.plugin` start
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
resourcegroup(
name = "compose-ide-plugin_resources",
srcs = glob(["resources/**/*"]),
strip_prefix = "resources"
)
jvm_library(
name = "compose-ide-plugin",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
resources = [":compose-ide-plugin_resources"]
)
### auto-generated section `build intellij.compose.ide.plugin` end