mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
10 lines
264 B
Python
10 lines
264 B
Python
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
|
|
|
|
kt_jvm_library(
|
|
name = "intellij.platform.objectSerializer.annotations",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["**/*.kt", "**/*.java"]),
|
|
javac_opts = "//:j8",
|
|
kotlinc_opts = "//:k8"
|
|
)
|