Files
openide/plugins/compose/BUILD.bazel
Nebojsa Vuksic a94afc761e KMT-559 Extract K1 and K2 modules for IntelliJ Compose IDE plugin
GitOrigin-RevId: 376f5cd9bf4f34043af37ae8ec9149ecaf0823d3
2025-02-07 15:10:23 +00:00

16 lines
495 B
Python

### auto-generated section `build intellij.compose.ide.plugin` start
load("@rules_java//java:defs.bzl", "java_library")
load("@rules_jvm//:jvm.bzl", "jvm_resources")
jvm_resources(
name = "compose-ide-plugin_resources",
files = glob(["resources/**/*"]),
strip_prefix = "resources"
)
java_library(
name = "compose-ide-plugin",
visibility = ["//visibility:public"],
runtime_deps = [":compose-ide-plugin_resources"]
)
### auto-generated section `build intellij.compose.ide.plugin` end