mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
15 lines
488 B
Python
15 lines
488 B
Python
### auto-generated section `build fleet.compiler.plugins` start
|
|
load("@rules_java//java:defs.bzl", "java_library")
|
|
|
|
java_library(
|
|
name = "compiler-plugins",
|
|
visibility = ["//visibility:public"],
|
|
runtime_deps = [
|
|
"@lib//:expects-compiler-plugin",
|
|
"@lib//:noria-compiler-plugin",
|
|
"@lib//:rhizomedb-compiler-plugin",
|
|
"@lib//:rpc-compiler-plugin",
|
|
"@lib//:jetbrains-kotlin-compose-compiler-plugin",
|
|
]
|
|
)
|
|
### auto-generated section `build fleet.compiler.plugins` end |