mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
12 lines
391 B
Python
12 lines
391 B
Python
### auto-generated section `build` start
|
|
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
|
|
|
|
kt_jvm_library(
|
|
name = "objectSerializer-annotations",
|
|
module_name = "intellij.platform.objectSerializer.annotations",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["**/*.kt", "**/*.java"]),
|
|
javac_opts = "//:j8",
|
|
kotlinc_opts = "//:k8"
|
|
)
|
|
### auto-generated section `build` end |