mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
21 lines
768 B
Python
21 lines
768 B
Python
### auto-generated section `build` start
|
|
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
|
|
|
|
kt_jvm_library(
|
|
name = "java-guiForms-compiler",
|
|
module_name = "intellij.java.guiForms.compiler",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"]),
|
|
javac_opts = "//:j8",
|
|
kotlinc_opts = "//:k8",
|
|
deps = [
|
|
"@community//platform/util/jdom:util-jdom",
|
|
"@community//platform/forms_rt:java-guiForms-rt",
|
|
"@libraries//:asm-all",
|
|
"@libraries//:forms",
|
|
"@community//java/compiler/instrumentation-util:java-compiler-instrumentationUtil",
|
|
"@libraries//:annotations",
|
|
],
|
|
exports = ["@community//java/compiler/instrumentation-util:java-compiler-instrumentationUtil"]
|
|
)
|
|
### auto-generated section `build` end |