mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
16 lines
445 B
Python
16 lines
445 B
Python
### auto-generated section `build` start
|
|
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
|
|
|
|
kt_jvm_library(
|
|
name = "lvcs",
|
|
module_name = "intellij.platform.lvcs",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"]),
|
|
javac_opts = "//:j17",
|
|
kotlinc_opts = "//:k17",
|
|
deps = [
|
|
"@community//platform/core-api:core",
|
|
"@libraries//:kotlin-stdlib",
|
|
]
|
|
)
|
|
### auto-generated section `build` end |