ui designer compilation - part1 - allow .form as input

GitOrigin-RevId: 5ab44530cdafe63de7f0595fe9c6ba80ab9da174
This commit is contained in:
Vladimir Krivosheev
2025-05-17 20:13:26 +02:00
committed by intellij-monorepo-bot
parent 3dc93ae4c9
commit 5c7824a820
78 changed files with 300 additions and 105 deletions

View File

@@ -11,7 +11,7 @@ jvm_library(
name = "community-plugin-java",
module_name = "intellij.python.community.plugin.java",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
deps = [
"//jps/model-api:model",
"//platform/lang-api:lang",