mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
16 lines
458 B
Python
16 lines
458 B
Python
### auto-generated section `build` start
|
|
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
|
|
|
|
kt_jvm_library(
|
|
name = "fleet-preferences",
|
|
module_name = "fleet.preferences",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"]),
|
|
javac_opts = "//:j17",
|
|
kotlinc_opts = "//:k17",
|
|
deps = [
|
|
"@libraries//:kotlin-stdlib",
|
|
"@community//fleet/util/os:fleet-util-os",
|
|
]
|
|
)
|
|
### auto-generated section `build` end |