mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
11 lines
409 B
Python
11 lines
409 B
Python
### auto-generated section `build intellij.java.guiForms.rt` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
|
|
|
jvm_library(
|
|
name = "java-guiForms-rt",
|
|
module_name = "intellij.java.guiForms.rt",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
kotlinc_opts = "@community//:k8"
|
|
)
|
|
### auto-generated section `build intellij.java.guiForms.rt` end |