IJPL-233558 IJ-MR-184958 IJ-MR-184993 IJ-MR-179029 IJ-MR-184126 IJ-MR-181153 IJ-MR-146078 IJ-MR-175479 IJ-MR-186058 refactor: apply dependency and style cleanups

add explicit kotlin-stdlib, restructure projectFrame

GitOrigin-RevId: c151a69ae1e9b925b1892a3b01ba5d01566bba3b
This commit is contained in:
Vladimir Krivosheev
2026-02-12 15:38:41 +00:00
committed by intellij-monorepo-bot
parent a7bc6397b3
commit c546068c91
95 changed files with 122 additions and 11 deletions
+1
View File
@@ -14,6 +14,7 @@ jvm_library(
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
resources = [":impl_resources"],
deps = [
"@lib//:kotlin-stdlib",
"//platform/analysis-api:analysis",
"//platform/core-api:core",
"//platform/editor-ui-api:editor-ui",
@@ -8,6 +8,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.analysis" />
<orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.platform.editor.ui" />