mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 13:07:01 +07:00
19 lines
639 B
Python
19 lines
639 B
Python
### auto-generated section `build intellij.python.community.core.impl` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
|
|
|
jvm_library(
|
|
name = "community-core-impl",
|
|
module_name = "intellij.python.community.core.impl",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"//python/python-psi-api:psi",
|
|
"//platform/analysis-impl",
|
|
"//platform/lang-impl",
|
|
"//RegExpSupport:regexp",
|
|
"@lib//:guava",
|
|
"//python/python-psi-impl:psi-impl",
|
|
"//python/python-sdk:sdk",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.python.community.core.impl` end |