bazel - fix JPMS, exports and internal

GitOrigin-RevId: 3dc80a9ee01e1900c0cebc24b2d08f04f93ddeff
This commit is contained in:
Vladimir Krivosheev
2024-09-24 17:26:12 +02:00
committed by intellij-monorepo-bot
parent 311cc92f74
commit a1210118c0
164 changed files with 520 additions and 265 deletions

View File

@@ -3,13 +3,14 @@ load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
kt_jvm_library(
name = "intellij.java.rt",
module_name = "intellij.java.rt",
visibility = ["//visibility:public"],
srcs = glob(["resources/**/*.kt", "resources/**/*.java", "src/**/*.kt", "src/**/*.java"]),
javac_opts = "//:j8",
kotlinc_opts = "//:k8",
deps = [
"@libraries//:ant.provided",
"@libraries//:junit"
"@libraries//:junit",
]
)
### auto-generated section `build` end