mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 13:31:28 +07:00
23 lines
809 B
Python
23 lines
809 B
Python
### auto-generated section `build fleet.rpc.server` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
|
|
|
jvm_library(
|
|
name = "rpc.server",
|
|
module_name = "fleet.rpc.server",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["srcCommonMain/**/*.kt", "srcCommonMain/**/*.java", "srcJvmMain/**/*.kt", "srcJvmMain/**/*.java"], allow_empty = True, exclude = ["**/module-info.java"]),
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"@lib//:kotlinx-coroutines-core",
|
|
"//fleet/rpc",
|
|
"@lib//:kotlinx-serialization-core",
|
|
"@lib//:kotlinx-serialization-json",
|
|
"//fleet/reporting/api",
|
|
"//fleet/reporting/shared",
|
|
"//fleet/multiplatform.shims",
|
|
"//fleet/util/core",
|
|
"@lib//:opentelemetry",
|
|
"@lib//:opentelemetry-semconv",
|
|
]
|
|
)
|
|
### auto-generated section `build fleet.rpc.server` end |