mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
20 lines
683 B
Python
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 |