mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
16 lines
479 B
Python
16 lines
479 B
Python
### auto-generated section `build` start
|
|
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
|
|
|
|
kt_jvm_library(
|
|
name = "util-classLoader",
|
|
module_name = "intellij.platform.util.classLoader",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"]),
|
|
javac_opts = "//:j8",
|
|
kotlinc_opts = "//:k8",
|
|
deps = [
|
|
"@libraries//:annotations",
|
|
"@community//platform/util/rt-java8:util-rt-java8",
|
|
]
|
|
)
|
|
### auto-generated section `build` end |