mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
- Add RpcCallUtil with retry mechanism for handling RPC timeouts - Refactor ModuleUpdatedEvent to use map-based approach for batch module operations - Streamline ModulesStateService initialization and event subscription GitOrigin-RevId: 6847e95107abc3776f2e8a706a5d840d31ab00d0
23 lines
700 B
Python
23 lines
700 B
Python
### auto-generated section `build intellij.platform.ide.rpc` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
|
|
|
jvm_library(
|
|
name = "rpc",
|
|
module_name = "intellij.platform.ide.rpc",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"//platform/util",
|
|
"//platform/core-api:core",
|
|
"//platform/util:util-ui",
|
|
"@lib//:kotlinx-serialization-core",
|
|
"//platform/extensions",
|
|
"//fleet/util/core",
|
|
"@lib//:kotlin-stdlib",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
"//platform/core-ui",
|
|
"//platform/usageView",
|
|
"//fleet/rpc",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.platform.ide.rpc` end |