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