mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
17 lines
486 B
Python
17 lines
486 B
Python
### auto-generated section `build` start
|
|
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
|
|
|
|
kt_jvm_library(
|
|
name = "jps-model",
|
|
module_name = "intellij.platform.jps.model",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"]),
|
|
javac_opts = "//:j11",
|
|
kotlinc_opts = "//:k11",
|
|
deps = [
|
|
"@community//platform/util",
|
|
"@libraries//:annotations",
|
|
],
|
|
exports = ["@libraries//:annotations"]
|
|
)
|
|
### auto-generated section `build` end |