mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
19 lines
624 B
Python
19 lines
624 B
Python
### auto-generated section `build` start
|
|
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
|
|
|
|
kt_jvm_library(
|
|
name = "instanceContainer",
|
|
module_name = "intellij.platform.instanceContainer",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"]),
|
|
javac_opts = "//:j17",
|
|
kotlinc_opts = "//:k17",
|
|
deps = [
|
|
"@libraries//:kotlin-stdlib",
|
|
"@libraries//:kotlinx-coroutines-core-jvm",
|
|
"@libraries//:kotlinx-collections-immutable-jvm",
|
|
"@community//platform/util",
|
|
"@community//platform/util/coroutines:util-coroutines",
|
|
]
|
|
)
|
|
### auto-generated section `build` end |