Files
Vladimir Krivosheev a9e7930abe bazel - build lang-impl
GitOrigin-RevId: c4c4dce20bd6e4046644f95f6e7b3f437c51668d
2024-09-27 13:47:17 +00:00

20 lines
683 B
Python

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