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