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

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