mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
16 lines
520 B
Python
16 lines
520 B
Python
### auto-generated section `build intellij.tools.apiDump` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
|
|
|
jvm_library(
|
|
name = "apiDump",
|
|
module_name = "intellij.tools.apiDump",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"@lib//:jetbrains-annotations",
|
|
"@lib//:tools-api_dump-kotlinx-bcv",
|
|
"@lib//:kotlinx-collections-immutable",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.tools.apiDump` end |