Files
openide/xml/xml-structure-view-api/BUILD.bazel
Vladimir Krivosheev a9e7930abe bazel - build lang-impl
GitOrigin-RevId: c4c4dce20bd6e4046644f95f6e7b3f437c51668d
2024-09-27 13:47:17 +00:00

18 lines
573 B
Python

### auto-generated section `build` start
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
kt_jvm_library(
name = "xml-structureView",
module_name = "intellij.xml.structureView",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java"]),
javac_opts = "//:j17",
kotlinc_opts = "//:k17",
deps = [
"@community//platform/core-api:core",
"@community//xml/xml-psi-api:xml-psi",
"@community//platform/editor-ui-api:editor",
],
exports = ["@community//xml/xml-psi-api:xml-psi"]
)
### auto-generated section `build` end