mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
IJ-MR-162467 do not export intellij.platform.refactoring
GitOrigin-RevId: 4bb68401d046d1fffba4fa73935bb1c404d8d49f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3023c3224b
commit
53ab1b258e
@@ -17,7 +17,6 @@ jvm_library(
|
|||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
srcs = glob(["srcCommonMain/**/*.kt", "srcCommonMain/**/*.java", "srcJvmMain/**/*.kt", "srcJvmMain/**/*.java"], allow_empty = True, exclude = ["**/module-info.java"]),
|
srcs = glob(["srcCommonMain/**/*.kt", "srcCommonMain/**/*.java", "srcJvmMain/**/*.kt", "srcJvmMain/**/*.java"], allow_empty = True, exclude = ["**/module-info.java"]),
|
||||||
kotlinc_opts = ":custom",
|
kotlinc_opts = ":custom",
|
||||||
exported_compiler_plugins = ["@lib//:rhizomedb-plugin"],
|
|
||||||
deps = [
|
deps = [
|
||||||
"//fleet/util/core",
|
"//fleet/util/core",
|
||||||
"//fleet/multiplatform.shims",
|
"//fleet/multiplatform.shims",
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ jvm_library(
|
|||||||
deps = [
|
deps = [
|
||||||
"//java/compiler/openapi:java-compiler",
|
"//java/compiler/openapi:java-compiler",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/util/jdom",
|
"//platform/util/jdom",
|
||||||
"//platform/util",
|
"//platform/util",
|
||||||
"//java/openapi:java",
|
"//java/openapi:java",
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="module" module-name="intellij.java.compiler" exported="" />
|
<orderEntry type="module" module-name="intellij.java.compiler" exported="" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||||
<orderEntry type="module" module-name="intellij.java" />
|
<orderEntry type="module" module-name="intellij.java" />
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ jvm_library(
|
|||||||
"//java/java-impl:impl",
|
"//java/java-impl:impl",
|
||||||
"//platform/ide-core-impl",
|
"//platform/ide-core-impl",
|
||||||
"//java/java-impl-refactorings:impl-refactorings",
|
"//java/java-impl-refactorings:impl-refactorings",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/util/progress",
|
"//platform/util/progress",
|
||||||
"//aether-dependency-resolver:java-aetherDependencyResolver",
|
"//aether-dependency-resolver:java-aetherDependencyResolver",
|
||||||
"//platform/vcs-impl",
|
"//platform/vcs-impl",
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.java.impl" />
|
<orderEntry type="module" module-name="intellij.java.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.java.impl.refactorings" />
|
<orderEntry type="module" module-name="intellij.java.impl.refactorings" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.util.progress" />
|
<orderEntry type="module" module-name="intellij.platform.util.progress" />
|
||||||
<orderEntry type="module" module-name="intellij.java.aetherDependencyResolver" />
|
<orderEntry type="module" module-name="intellij.java.aetherDependencyResolver" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.vcs.impl" />
|
<orderEntry type="module" module-name="intellij.platform.vcs.impl" />
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ jvm_library(
|
|||||||
"//java/debugger/impl",
|
"//java/debugger/impl",
|
||||||
"@lib//:kotlinx-serialization-core",
|
"@lib//:kotlinx-serialization-core",
|
||||||
"@lib//:kotlinx-serialization-json",
|
"@lib//:kotlinx-serialization-json",
|
||||||
|
"//platform/refactoring",
|
||||||
"//java/execution/impl",
|
"//java/execution/impl",
|
||||||
"//java/debugger/shared",
|
"//java/debugger/shared",
|
||||||
],
|
],
|
||||||
@@ -55,6 +56,7 @@ jvm_library(
|
|||||||
"//java/debugger/impl",
|
"//java/debugger/impl",
|
||||||
"@lib//:kotlinx-serialization-core",
|
"@lib//:kotlinx-serialization-core",
|
||||||
"@lib//:kotlinx-serialization-json",
|
"@lib//:kotlinx-serialization-json",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/testFramework",
|
"//platform/testFramework",
|
||||||
"//platform/testFramework:testFramework_test_lib",
|
"//platform/testFramework:testFramework_test_lib",
|
||||||
"//java/execution/impl",
|
"//java/execution/impl",
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.java.debugger.impl" />
|
<orderEntry type="module" module-name="intellij.java.debugger.impl" />
|
||||||
<orderEntry type="library" name="kotlinx-serialization-core" level="project" />
|
<orderEntry type="library" name="kotlinx-serialization-core" level="project" />
|
||||||
<orderEntry type="library" name="kotlinx-serialization-json" level="project" />
|
<orderEntry type="library" name="kotlinx-serialization-json" level="project" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.java.execution.impl" />
|
<orderEntry type="module" module-name="intellij.java.execution.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.java.debugger.impl.shared" />
|
<orderEntry type="module" module-name="intellij.java.debugger.impl.shared" />
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ jvm_library(
|
|||||||
"//platform/platform-impl:ide-impl",
|
"//platform/platform-impl:ide-impl",
|
||||||
"//platform/analysis-impl",
|
"//platform/analysis-impl",
|
||||||
"//platform/core-ui",
|
"//platform/core-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//xml/xml-parser:parser",
|
"//xml/xml-parser:parser",
|
||||||
"//platform/core-api:core",
|
"//platform/core-api:core",
|
||||||
"//platform/util/jdom",
|
"//platform/util/jdom",
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.analysis.impl" />
|
<orderEntry type="module" module-name="intellij.platform.analysis.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.xml.parser" exported="" />
|
<orderEntry type="module" module-name="intellij.xml.parser" exported="" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.core" />
|
<orderEntry type="module" module-name="intellij.platform.core" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ jvm_library(
|
|||||||
"//java/compiler/openapi:java-compiler",
|
"//java/compiler/openapi:java-compiler",
|
||||||
"@lib//:asm",
|
"@lib//:asm",
|
||||||
"//java/java-impl-refactorings:impl-refactorings",
|
"//java/java-impl-refactorings:impl-refactorings",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/util/jdom",
|
"//platform/util/jdom",
|
||||||
"//platform/usageView",
|
"//platform/usageView",
|
||||||
"//platform/backend/workspace",
|
"//platform/backend/workspace",
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.java.compiler" />
|
<orderEntry type="module" module-name="intellij.java.compiler" />
|
||||||
<orderEntry type="library" name="ASM" level="project" />
|
<orderEntry type="library" name="ASM" level="project" />
|
||||||
<orderEntry type="module" module-name="intellij.java.impl.refactorings" />
|
<orderEntry type="module" module-name="intellij.java.impl.refactorings" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.usageView" />
|
<orderEntry type="module" module-name="intellij.platform.usageView" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.backend.workspace" />
|
<orderEntry type="module" module-name="intellij.platform.backend.workspace" />
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ jvm_library(
|
|||||||
"//platform/core-impl",
|
"//platform/core-impl",
|
||||||
"//platform/lang-impl",
|
"//platform/lang-impl",
|
||||||
"//platform/platform-impl:ide-impl",
|
"//platform/platform-impl:ide-impl",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/statistics",
|
"//platform/statistics",
|
||||||
"//java/openapi:java",
|
"//java/openapi:java",
|
||||||
"//java/java-psi-impl:psi-impl",
|
"//java/java-psi-impl:psi-impl",
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.platform.core.impl" />
|
<orderEntry type="module" module-name="intellij.platform.core.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||||
<orderEntry type="module" module-name="intellij.java" />
|
<orderEntry type="module" module-name="intellij.java" />
|
||||||
<orderEntry type="module" module-name="intellij.java.psi.impl" />
|
<orderEntry type="module" module-name="intellij.java.psi.impl" />
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ jvm_library(
|
|||||||
srcs = glob(["src/**/*.kt", "src/**/*.java", "gen/**/*.kt", "gen/**/*.java"], allow_empty = True),
|
srcs = glob(["src/**/*.kt", "src/**/*.java", "gen/**/*.kt", "gen/**/*.java"], allow_empty = True),
|
||||||
deps = [
|
deps = [
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/usageView-impl",
|
"//platform/usageView-impl",
|
||||||
"//platform/util",
|
"//platform/util",
|
||||||
"//java/openapi:java",
|
"//java/openapi:java",
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||||
<orderEntry type="module" module-name="intellij.java" />
|
<orderEntry type="module" module-name="intellij.java" />
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ jvm_library(
|
|||||||
associates = ["//java/java-impl:impl"],
|
associates = ["//java/java-impl:impl"],
|
||||||
deps = [
|
deps = [
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/testFramework",
|
"//platform/testFramework",
|
||||||
"//platform/testFramework:testFramework_test_lib",
|
"//platform/testFramework:testFramework_test_lib",
|
||||||
"//java/testFramework",
|
"//java/testFramework",
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.testFramework" />
|
<orderEntry type="module" module-name="intellij.platform.testFramework" />
|
||||||
<orderEntry type="module" module-name="intellij.java.testFramework" />
|
<orderEntry type="module" module-name="intellij.java.testFramework" />
|
||||||
<orderEntry type="module" module-name="intellij.java.impl" />
|
<orderEntry type="module" module-name="intellij.java.impl" />
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ jvm_library(
|
|||||||
"//java/java-impl:impl",
|
"//java/java-impl:impl",
|
||||||
"//plugins/performanceTesting/vcs",
|
"//plugins/performanceTesting/vcs",
|
||||||
"//java/java-impl-refactorings:impl-refactorings",
|
"//java/java-impl-refactorings:impl-refactorings",
|
||||||
|
"//platform/refactoring",
|
||||||
"//java/openapi:java",
|
"//java/openapi:java",
|
||||||
],
|
],
|
||||||
runtime_deps = [":performancePlugin_resources"]
|
runtime_deps = [":performancePlugin_resources"]
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.java.impl" />
|
<orderEntry type="module" module-name="intellij.java.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.performanceTesting.vcs" />
|
<orderEntry type="module" module-name="intellij.performanceTesting.vcs" />
|
||||||
<orderEntry type="module" module-name="intellij.java.impl.refactorings" />
|
<orderEntry type="module" module-name="intellij.java.impl.refactorings" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.java" />
|
<orderEntry type="module" module-name="intellij.java" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
@@ -16,6 +16,7 @@ jvm_library(
|
|||||||
"//java/openapi:java",
|
"//java/openapi:java",
|
||||||
"//java/testFramework/shared",
|
"//java/testFramework/shared",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/util",
|
"//platform/util",
|
||||||
"//libraries/junit4",
|
"//libraries/junit4",
|
||||||
"//platform/util/jdom",
|
"//platform/util/jdom",
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.java" />
|
<orderEntry type="module" module-name="intellij.java" />
|
||||||
<orderEntry type="module" module-name="intellij.java.testFramework.shared" exported="" />
|
<orderEntry type="module" module-name="intellij.java.testFramework.shared" exported="" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.util" exported="" />
|
<orderEntry type="module" module-name="intellij.platform.util" exported="" />
|
||||||
<orderEntry type="module" module-name="intellij.libraries.junit4" />
|
<orderEntry type="module" module-name="intellij.libraries.junit4" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ jvm_library(
|
|||||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
||||||
deps = [
|
deps = [
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/util",
|
"//platform/util",
|
||||||
"//platform/lang-api:lang",
|
"//platform/lang-api:lang",
|
||||||
"//platform/lang-impl",
|
"//platform/lang-impl",
|
||||||
@@ -33,6 +34,7 @@ jvm_library(
|
|||||||
associates = [":typeMigration"],
|
associates = [":typeMigration"],
|
||||||
deps = [
|
deps = [
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/util",
|
"//platform/util",
|
||||||
"//platform/lang-api:lang",
|
"//platform/lang-api:lang",
|
||||||
"//platform/lang-impl",
|
"//platform/lang-impl",
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.lang" />
|
<orderEntry type="module" module-name="intellij.platform.lang" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ jvm_library(
|
|||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
"//platform/platform-impl:ide-impl",
|
"//platform/platform-impl:ide-impl",
|
||||||
"//java/java-impl:impl",
|
"//java/java-impl:impl",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/usageView",
|
"//platform/usageView",
|
||||||
"//jvm/jvm-analysis-refactoring:analysis-refactoring",
|
"//jvm/jvm-analysis-refactoring:analysis-refactoring",
|
||||||
"//java/java-impl-refactorings:impl-refactorings",
|
"//java/java-impl-refactorings:impl-refactorings",
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.java.impl" />
|
<orderEntry type="module" module-name="intellij.java.impl" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.usageView" />
|
<orderEntry type="module" module-name="intellij.platform.usageView" />
|
||||||
<orderEntry type="module" module-name="intellij.jvm.analysis.refactoring" />
|
<orderEntry type="module" module-name="intellij.jvm.analysis.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.java.impl.refactorings" />
|
<orderEntry type="module" module-name="intellij.java.impl.refactorings" />
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ jvm_library(
|
|||||||
"//jvm/jvm-analysis-impl:analysis-impl",
|
"//jvm/jvm-analysis-impl:analysis-impl",
|
||||||
"//jvm/jvm-analysis-testFramework:analysis-testFramework",
|
"//jvm/jvm-analysis-testFramework:analysis-testFramework",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/testFramework",
|
"//platform/testFramework",
|
||||||
"//java/java-impl-refactorings:impl-refactorings",
|
"//java/java-impl-refactorings:impl-refactorings",
|
||||||
"//platform/smRunner",
|
"//platform/smRunner",
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.jvm.analysis.impl" />
|
<orderEntry type="module" module-name="intellij.jvm.analysis.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" />
|
<orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.testFramework" />
|
<orderEntry type="module" module-name="intellij.platform.testFramework" />
|
||||||
<orderEntry type="module" module-name="intellij.java.impl.refactorings" />
|
<orderEntry type="module" module-name="intellij.java.impl.refactorings" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.smRunner" />
|
<orderEntry type="module" module-name="intellij.platform.smRunner" />
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ jvm_library(
|
|||||||
"@lib//:kotlin-stdlib",
|
"@lib//:kotlin-stdlib",
|
||||||
"//platform/projectModel-api:projectModel",
|
"//platform/projectModel-api:projectModel",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/core-ui",
|
||||||
],
|
],
|
||||||
runtime_deps = [":shared_resources"]
|
runtime_deps = [":shared_resources"]
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ jvm_library(
|
|||||||
"//platform/platform-util-io:ide-util-io",
|
"//platform/platform-util-io:ide-util-io",
|
||||||
"//platform/platform-api:ide",
|
"//platform/platform-api:ide",
|
||||||
"//platform/platform-impl/rpc",
|
"//platform/platform-impl/rpc",
|
||||||
|
"//platform/editor-ui-api:editor-ui",
|
||||||
"//platform/execution",
|
"//platform/execution",
|
||||||
"//platform/core-ui",
|
"//platform/core-ui",
|
||||||
"//platform/lang-impl",
|
"//platform/lang-impl",
|
||||||
|
|||||||
@@ -45,6 +45,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.ide" />
|
<orderEntry type="module" module-name="intellij.platform.ide" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.ide.rpc" />
|
<orderEntry type="module" module-name="intellij.platform.ide.rpc" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.execution" />
|
<orderEntry type="module" module-name="intellij.platform.execution" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ jvm_library(
|
|||||||
deps = [
|
deps = [
|
||||||
"//platform/external-system-api:externalSystem",
|
"//platform/external-system-api:externalSystem",
|
||||||
"//platform/external-system-impl:externalSystem-impl",
|
"//platform/external-system-impl:externalSystem-impl",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/testFramework",
|
"//platform/testFramework",
|
||||||
"//platform/platform-util-io:ide-util-io",
|
"//platform/platform-util-io:ide-util-io",
|
||||||
"@lib//:assert_j",
|
"@lib//:assert_j",
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.externalSystem" />
|
<orderEntry type="module" module-name="intellij.platform.externalSystem" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.externalSystem.impl" />
|
<orderEntry type="module" module-name="intellij.platform.externalSystem.impl" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.testFramework" />
|
<orderEntry type="module" module-name="intellij.platform.testFramework" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
||||||
<orderEntry type="library" name="assertJ" level="project" />
|
<orderEntry type="library" name="assertJ" level="project" />
|
||||||
|
|||||||
@@ -116,7 +116,6 @@ jvm_library(
|
|||||||
],
|
],
|
||||||
exports = [
|
exports = [
|
||||||
"//platform/lang-api:lang",
|
"//platform/lang-api:lang",
|
||||||
"//platform/refactoring",
|
|
||||||
"//platform/analysis-impl",
|
"//platform/analysis-impl",
|
||||||
"//platform/structure-view-impl:structureView-impl",
|
"//platform/structure-view-impl:structureView-impl",
|
||||||
"//platform/util",
|
"//platform/util",
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.platform.indexing" />
|
<orderEntry type="module" module-name="intellij.platform.indexing" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.indexing.impl" />
|
<orderEntry type="module" module-name="intellij.platform.indexing.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
|
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.refactoring" exported="" />
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
|
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
|
||||||
<orderEntry type="library" name="swingx" level="project" />
|
<orderEntry type="library" name="swingx" level="project" />
|
||||||
|
|||||||
@@ -61,7 +61,6 @@ jvm_library(
|
|||||||
"//platform/core-api:core",
|
"//platform/core-api:core",
|
||||||
"//platform/forms_rt:java-guiForms-rt",
|
"//platform/forms_rt:java-guiForms-rt",
|
||||||
"//platform/projectModel-api:projectModel",
|
"//platform/projectModel-api:projectModel",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
|
||||||
"//platform/credential-store:credentialStore",
|
"//platform/credential-store:credentialStore",
|
||||||
"//platform/remote-core",
|
"//platform/remote-core",
|
||||||
"//platform/ide-core",
|
"//platform/ide-core",
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.platform.ide.observable" />
|
<orderEntry type="module" module-name="intellij.platform.ide.observable" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.projectModel" exported="" />
|
<orderEntry type="module" module-name="intellij.platform.projectModel" exported="" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.analysis" />
|
<orderEntry type="module" module-name="intellij.platform.analysis" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" exported="" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.util.progress" />
|
<orderEntry type="module" module-name="intellij.platform.util.progress" />
|
||||||
<orderEntry type="library" name="jna" level="project" />
|
<orderEntry type="library" name="jna" level="project" />
|
||||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ jvm_library(
|
|||||||
"@lib//:junit4",
|
"@lib//:junit4",
|
||||||
"@lib//:jmock",
|
"@lib//:jmock",
|
||||||
"//platform/observable",
|
"//platform/observable",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/usageView-impl",
|
"//platform/usageView-impl",
|
||||||
"//platform/vcs-api:vcs",
|
"//platform/vcs-api:vcs",
|
||||||
"@lib//:jmock-junit4",
|
"@lib//:jmock-junit4",
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
||||||
<orderEntry type="library" scope="TEST" name="jmock" level="project" />
|
<orderEntry type="library" scope="TEST" name="jmock" level="project" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.ide.observable" />
|
<orderEntry type="module" module-name="intellij.platform.ide.observable" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.usageView.impl" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.vcs" />
|
<orderEntry type="module" module-name="intellij.platform.vcs" />
|
||||||
<orderEntry type="library" scope="TEST" name="jmock.junit4" level="project" />
|
<orderEntry type="library" scope="TEST" name="jmock.junit4" level="project" />
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ jvm_library(
|
|||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
"//platform/ide-core-impl",
|
"//platform/ide-core-impl",
|
||||||
"//java/compiler/impl",
|
"//java/compiler/impl",
|
||||||
|
"//platform/refactoring",
|
||||||
"//java/java-runtime:rt",
|
"//java/java-runtime:rt",
|
||||||
"//java/execution/impl",
|
"//java/execution/impl",
|
||||||
"//xml/impl",
|
"//xml/impl",
|
||||||
@@ -61,6 +62,7 @@ jvm_library(
|
|||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
"//platform/ide-core-impl",
|
"//platform/ide-core-impl",
|
||||||
"//java/compiler/impl",
|
"//java/compiler/impl",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/testFramework",
|
"//platform/testFramework",
|
||||||
"//platform/testFramework:testFramework_test_lib",
|
"//platform/testFramework:testFramework_test_lib",
|
||||||
"//java/java-runtime:rt",
|
"//java/java-runtime:rt",
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.java.compiler.impl" />
|
<orderEntry type="module" module-name="intellij.java.compiler.impl" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.java.rt" />
|
<orderEntry type="module" module-name="intellij.java.rt" />
|
||||||
<orderEntry type="module" module-name="intellij.java.execution.impl" />
|
<orderEntry type="module" module-name="intellij.java.execution.impl" />
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ jvm_library(
|
|||||||
"@lib//:kotlin-stdlib",
|
"@lib//:kotlin-stdlib",
|
||||||
"@lib//:kotlinc-kotlin-compiler-common-provided",
|
"@lib//:kotlinc-kotlin-compiler-common-provided",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/usageView-impl",
|
"//platform/usageView-impl",
|
||||||
"//plugins/kotlin/gradle/gradle-tooling/impl",
|
"//plugins/kotlin/gradle/gradle-tooling/impl",
|
||||||
"//plugins/kotlin/base/project-model",
|
"//plugins/kotlin/base/project-model",
|
||||||
@@ -49,6 +50,7 @@ jvm_library(
|
|||||||
"@lib//:kotlin-stdlib",
|
"@lib//:kotlin-stdlib",
|
||||||
"@lib//:kotlinc-kotlin-compiler-common-provided",
|
"@lib//:kotlinc-kotlin-compiler-common-provided",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/usageView-impl",
|
"//platform/usageView-impl",
|
||||||
"//plugins/kotlin/gradle/gradle-tooling/impl",
|
"//plugins/kotlin/gradle/gradle-tooling/impl",
|
||||||
"//plugins/kotlin/gradle/gradle-tooling/impl:impl_test_lib",
|
"//plugins/kotlin/gradle/gradle-tooling/impl:impl_test_lib",
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||||
<orderEntry type="library" scope="PROVIDED" name="kotlinc.kotlin-compiler-common" level="project" />
|
<orderEntry type="library" scope="PROVIDED" name="kotlinc.kotlin-compiler-common" level="project" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
||||||
<orderEntry type="module" module-name="kotlin.gradle.gradle-tooling.impl" />
|
<orderEntry type="module" module-name="kotlin.gradle.gradle-tooling.impl" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.project-model" />
|
<orderEntry type="module" module-name="kotlin.base.project-model" />
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ jvm_library(
|
|||||||
"//java/openapi:java",
|
"//java/openapi:java",
|
||||||
"//java/execution/impl",
|
"//java/execution/impl",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/testRunner",
|
"//platform/testRunner",
|
||||||
"//plugins/testng_rt:testng-rt",
|
"//plugins/testng_rt:testng-rt",
|
||||||
"//plugins/junit_rt:junit-rt",
|
"//plugins/junit_rt:junit-rt",
|
||||||
@@ -59,6 +60,7 @@ jvm_library(
|
|||||||
"//java/openapi:java",
|
"//java/openapi:java",
|
||||||
"//java/execution/impl",
|
"//java/execution/impl",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/testRunner",
|
"//platform/testRunner",
|
||||||
"//platform/testRunner:testRunner_test_lib",
|
"//platform/testRunner:testRunner_test_lib",
|
||||||
"//plugins/testng_rt:testng-rt",
|
"//plugins/testng_rt:testng-rt",
|
||||||
|
|||||||
@@ -62,6 +62,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.java" exported="" />
|
<orderEntry type="module" module-name="intellij.java" exported="" />
|
||||||
<orderEntry type="module" module-name="intellij.java.execution.impl" />
|
<orderEntry type="module" module-name="intellij.java.execution.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.testRunner" />
|
<orderEntry type="module" module-name="intellij.platform.testRunner" />
|
||||||
<orderEntry type="module" module-name="intellij.testng.rt" />
|
<orderEntry type="module" module-name="intellij.testng.rt" />
|
||||||
<orderEntry type="module" module-name="intellij.junit.rt" />
|
<orderEntry type="module" module-name="intellij.junit.rt" />
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ jvm_library(
|
|||||||
deps = [
|
deps = [
|
||||||
"@lib//:jetbrains-annotations",
|
"@lib//:jetbrains-annotations",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/util",
|
"//platform/util",
|
||||||
"//platform/util/jdom",
|
"//platform/util/jdom",
|
||||||
"//java/compiler/openapi:java-compiler",
|
"//java/compiler/openapi:java-compiler",
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||||
<orderEntry type="module" module-name="intellij.java.compiler" />
|
<orderEntry type="module" module-name="intellij.java.compiler" />
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ jvm_library(
|
|||||||
deps = [
|
deps = [
|
||||||
"@lib//:jetbrains-annotations",
|
"@lib//:jetbrains-annotations",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//xml/xml-psi-impl:psi-impl",
|
"//xml/xml-psi-impl:psi-impl",
|
||||||
"//spellchecker",
|
"//spellchecker",
|
||||||
"//spellchecker:spellchecker_test_lib",
|
"//spellchecker:spellchecker_test_lib",
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.xml.psi.impl" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.xml.psi.impl" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.spellchecker" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.spellchecker" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.xml.analysis.impl" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.xml.analysis.impl" scope="TEST" />
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ jvm_library(
|
|||||||
"//plugins/devkit/devkit-tests:testFramework_test_lib",
|
"//plugins/devkit/devkit-tests:testFramework_test_lib",
|
||||||
"@lib//:kotlin-stdlib",
|
"@lib//:kotlin-stdlib",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/testFramework",
|
"//platform/testFramework",
|
||||||
"//platform/testFramework:testFramework_test_lib",
|
"//platform/testFramework:testFramework_test_lib",
|
||||||
"//plugins/devkit/devkit-java-tests:java-tests_test_lib",
|
"//plugins/devkit/devkit-java-tests:java-tests_test_lib",
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.devkit.testFramework" />
|
<orderEntry type="module" module-name="intellij.devkit.testFramework" />
|
||||||
<orderEntry type="library" scope="TEST" name="kotlin-stdlib" level="project" />
|
<orderEntry type="library" scope="TEST" name="kotlin-stdlib" level="project" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.devkit.java.tests" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.devkit.java.tests" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.properties.psi" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.properties.psi" scope="TEST" />
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ jvm_library(
|
|||||||
kotlinc_opts = ":custom",
|
kotlinc_opts = ":custom",
|
||||||
deps = [
|
deps = [
|
||||||
"@lib//:kotlin-stdlib",
|
"@lib//:kotlin-stdlib",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/util",
|
"//platform/util",
|
||||||
"//platform/core-api:core",
|
"//platform/core-api:core",
|
||||||
"//plugins/devkit/devkit-core:core",
|
"//plugins/devkit/devkit-core:core",
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.core" />
|
<orderEntry type="module" module-name="intellij.platform.core" />
|
||||||
<orderEntry type="module" module-name="intellij.devkit.core" />
|
<orderEntry type="module" module-name="intellij.devkit.core" />
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ jvm_library(
|
|||||||
"//platform/lang-api:lang",
|
"//platform/lang-api:lang",
|
||||||
"//platform/lang-impl",
|
"//platform/lang-impl",
|
||||||
"//platform/ide-core-impl",
|
"//platform/ide-core-impl",
|
||||||
|
"//platform/refactoring",
|
||||||
"@lib//:kotlin-reflect",
|
"@lib//:kotlin-reflect",
|
||||||
"@lib//:gson",
|
"@lib//:gson",
|
||||||
"//spellchecker",
|
"//spellchecker",
|
||||||
@@ -62,6 +63,7 @@ jvm_library(
|
|||||||
"//platform/lang-api:lang",
|
"//platform/lang-api:lang",
|
||||||
"//platform/lang-impl",
|
"//platform/lang-impl",
|
||||||
"//platform/ide-core-impl",
|
"//platform/ide-core-impl",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/testFramework",
|
"//platform/testFramework",
|
||||||
"//platform/testFramework:testFramework_test_lib",
|
"//platform/testFramework:testFramework_test_lib",
|
||||||
"@lib//:kotlin-reflect",
|
"@lib//:kotlin-reflect",
|
||||||
|
|||||||
@@ -40,6 +40,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.platform.lang" />
|
<orderEntry type="module" module-name="intellij.platform.lang" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||||
<orderEntry type="library" name="kotlin-reflect" level="project" />
|
<orderEntry type="library" name="kotlin-reflect" level="project" />
|
||||||
<orderEntry type="library" name="gson" level="project" />
|
<orderEntry type="library" name="gson" level="project" />
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ jvm_library(
|
|||||||
"//plugins/evaluation-plugin/languages",
|
"//plugins/evaluation-plugin/languages",
|
||||||
"//plugins/evaluation-plugin/core",
|
"//plugins/evaluation-plugin/core",
|
||||||
"//plugins/gradle:gradle-common",
|
"//plugins/gradle:gradle-common",
|
||||||
|
"//platform/refactoring",
|
||||||
],
|
],
|
||||||
runtime_deps = [":java_resources"]
|
runtime_deps = [":java_resources"]
|
||||||
)
|
)
|
||||||
@@ -41,6 +42,7 @@ jvm_library(
|
|||||||
"//plugins/evaluation-plugin/languages",
|
"//plugins/evaluation-plugin/languages",
|
||||||
"//plugins/evaluation-plugin/core",
|
"//plugins/evaluation-plugin/core",
|
||||||
"//plugins/gradle:gradle-common",
|
"//plugins/gradle:gradle-common",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/testFramework",
|
"//platform/testFramework",
|
||||||
"//platform/testFramework:testFramework_test_lib",
|
"//platform/testFramework:testFramework_test_lib",
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.evaluationPlugin.languages" />
|
<orderEntry type="module" module-name="intellij.evaluationPlugin.languages" />
|
||||||
<orderEntry type="module" module-name="intellij.evaluationPlugin.core" />
|
<orderEntry type="module" module-name="intellij.evaluationPlugin.core" />
|
||||||
<orderEntry type="module" module-name="intellij.gradle.common" />
|
<orderEntry type="module" module-name="intellij.gradle.common" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
@@ -22,6 +22,7 @@ jvm_library(
|
|||||||
"//platform/platform-impl:ide-impl",
|
"//platform/platform-impl:ide-impl",
|
||||||
"//java/idea-ui:ui",
|
"//java/idea-ui:ui",
|
||||||
"//platform/observable",
|
"//platform/observable",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/usageView",
|
"//platform/usageView",
|
||||||
"//platform/lang-api:lang",
|
"//platform/lang-api:lang",
|
||||||
"//platform/external-system-api/dependency-updater:externalSystem-dependencyUpdater",
|
"//platform/external-system-api/dependency-updater:externalSystem-dependencyUpdater",
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.java.ui" />
|
<orderEntry type="module" module-name="intellij.java.ui" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.ide.observable" />
|
<orderEntry type="module" module-name="intellij.platform.ide.observable" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.usageView" />
|
<orderEntry type="module" module-name="intellij.platform.usageView" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.lang" />
|
<orderEntry type="module" module-name="intellij.platform.lang" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.externalSystem.dependencyUpdater" />
|
<orderEntry type="module" module-name="intellij.platform.externalSystem.dependencyUpdater" />
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ jvm_library(
|
|||||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
||||||
deps = [
|
deps = [
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//xml/dom-openapi:dom",
|
"//xml/dom-openapi:dom",
|
||||||
"//java/openapi:java",
|
"//java/openapi:java",
|
||||||
"//java/debugger/openapi:java-debugger",
|
"//java/debugger/openapi:java-debugger",
|
||||||
@@ -84,6 +85,7 @@ jvm_library(
|
|||||||
associates = [":groovy"],
|
associates = [":groovy"],
|
||||||
deps = [
|
deps = [
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//xml/dom-openapi:dom",
|
"//xml/dom-openapi:dom",
|
||||||
"//java/openapi:java",
|
"//java/openapi:java",
|
||||||
"//java/debugger/openapi:java-debugger",
|
"//java/debugger/openapi:java-debugger",
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.xml.dom" />
|
<orderEntry type="module" module-name="intellij.xml.dom" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="module" module-name="intellij.java" />
|
<orderEntry type="module" module-name="intellij.java" />
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ jvm_library(
|
|||||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
||||||
deps = [
|
deps = [
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//xml/impl",
|
"//xml/impl",
|
||||||
"//platform/webSymbols",
|
"//platform/webSymbols",
|
||||||
"//platform/lang-impl",
|
"//platform/lang-impl",
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.xml.impl" />
|
<orderEntry type="module" module-name="intellij.xml.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.webSymbols" />
|
<orderEntry type="module" module-name="intellij.platform.webSymbols" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ jvm_library(
|
|||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
"//platform/lang-api:lang",
|
"//platform/lang-api:lang",
|
||||||
"//java/openapi:java",
|
"//java/openapi:java",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/usageView-impl",
|
"//platform/usageView-impl",
|
||||||
"//plugins/properties:properties-backend",
|
"//plugins/properties:properties-backend",
|
||||||
"//platform/platform-impl:ide-impl",
|
"//platform/platform-impl:ide-impl",
|
||||||
@@ -53,6 +54,7 @@ jvm_library(
|
|||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
"//platform/lang-api:lang",
|
"//platform/lang-api:lang",
|
||||||
"//java/openapi:java",
|
"//java/openapi:java",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/usageView-impl",
|
"//platform/usageView-impl",
|
||||||
"//plugins/properties:properties-backend",
|
"//plugins/properties:properties-backend",
|
||||||
"//platform/platform-impl:ide-impl",
|
"//platform/platform-impl:ide-impl",
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.lang" />
|
<orderEntry type="module" module-name="intellij.platform.lang" />
|
||||||
<orderEntry type="module" module-name="intellij.java" />
|
<orderEntry type="module" module-name="intellij.java" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.properties.backend" exported="" />
|
<orderEntry type="module" module-name="intellij.properties.backend" exported="" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ jvm_library(
|
|||||||
"//platform/lang-api:lang",
|
"//platform/lang-api:lang",
|
||||||
"//java/execution/openapi:java-execution",
|
"//java/execution/openapi:java-execution",
|
||||||
"//java/execution/impl",
|
"//java/execution/impl",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/platform-impl:ide-impl",
|
"//platform/platform-impl:ide-impl",
|
||||||
"//platform/ide-core-impl",
|
"//platform/ide-core-impl",
|
||||||
"//platform/lang-impl",
|
"//platform/lang-impl",
|
||||||
@@ -53,6 +54,7 @@ jvm_library(
|
|||||||
"//platform/lang-api:lang",
|
"//platform/lang-api:lang",
|
||||||
"//java/execution/openapi:java-execution",
|
"//java/execution/openapi:java-execution",
|
||||||
"//java/execution/impl",
|
"//java/execution/impl",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/testFramework",
|
"//platform/testFramework",
|
||||||
"//platform/testFramework:testFramework_test_lib",
|
"//platform/testFramework:testFramework_test_lib",
|
||||||
"//platform/platform-impl:ide-impl",
|
"//platform/platform-impl:ide-impl",
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ jvm_library(
|
|||||||
"//platform/platform-impl:ide-impl",
|
"//platform/platform-impl:ide-impl",
|
||||||
"//platform/platform-impl:ide-impl_test_lib",
|
"//platform/platform-impl:ide-impl_test_lib",
|
||||||
"//java/testFramework",
|
"//java/testFramework",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/testFramework",
|
"//platform/testFramework",
|
||||||
"//platform/testFramework:testFramework_test_lib",
|
"//platform/testFramework:testFramework_test_lib",
|
||||||
"//xml/impl",
|
"//xml/impl",
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.ide.impl" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.xml.impl" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.xml.impl" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.groovy" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.groovy" scope="TEST" />
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.platform.lang" />
|
<orderEntry type="module" module-name="intellij.platform.lang" />
|
||||||
<orderEntry type="module" module-name="intellij.java.execution" />
|
<orderEntry type="module" module-name="intellij.java.execution" />
|
||||||
<orderEntry type="module" module-name="intellij.java.execution.impl" />
|
<orderEntry type="module" module-name="intellij.java.execution.impl" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ jvm_library(
|
|||||||
"//java/execution/impl",
|
"//java/execution/impl",
|
||||||
"//java/java-runtime:rt",
|
"//java/java-runtime:rt",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/testRunner",
|
"//platform/testRunner",
|
||||||
"//platform/vcs-api:vcs",
|
"//platform/vcs-api:vcs",
|
||||||
"//plugins/junit_rt:junit-rt",
|
"//plugins/junit_rt:junit-rt",
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.java.execution.impl" />
|
<orderEntry type="module" module-name="intellij.java.execution.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.java.rt" />
|
<orderEntry type="module" module-name="intellij.java.rt" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.testRunner" />
|
<orderEntry type="module" module-name="intellij.platform.testRunner" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.vcs" />
|
<orderEntry type="module" module-name="intellij.platform.vcs" />
|
||||||
<orderEntry type="module" module-name="intellij.junit.rt" />
|
<orderEntry type="module" module-name="intellij.junit.rt" />
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ jvm_library(
|
|||||||
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
|
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
|
||||||
deps = [
|
deps = [
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/util/jdom",
|
"//platform/util/jdom",
|
||||||
"//plugins/junit_rt:junit-rt",
|
"//plugins/junit_rt:junit-rt",
|
||||||
"//plugins/properties/properties-psi-impl:backend-psi",
|
"//plugins/properties/properties-psi-impl:backend-psi",
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.util.jdom" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.junit.rt" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.junit.rt" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.properties.backend.psi" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.properties.backend.psi" scope="TEST" />
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ jvm_library(
|
|||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
|
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
|
||||||
deps = [
|
deps = [
|
||||||
|
"//platform/refactoring",
|
||||||
"//plugins/kotlin/plugin/common",
|
"//plugins/kotlin/plugin/common",
|
||||||
"//java/testFramework",
|
"//java/testFramework",
|
||||||
"//plugins/junit/testFramework",
|
"//plugins/junit/testFramework",
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="kotlin.plugin.common" exported="" scope="TEST" />
|
<orderEntry type="module" module-name="kotlin.plugin.common" exported="" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.junit.testFramework" exported="" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.junit.testFramework" exported="" scope="TEST" />
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ jvm_library(
|
|||||||
"//platform/lang-impl",
|
"//platform/lang-impl",
|
||||||
"//java/java-psi-api:psi",
|
"//java/java-psi-api:psi",
|
||||||
"//java/java-analysis-impl:analysis-impl",
|
"//java/java-analysis-impl:analysis-impl",
|
||||||
|
"//platform/refactoring",
|
||||||
"//plugins/kotlin/base/analysis-api/analysis-api-utils:kotlin-base-analysis-api-utils",
|
"//plugins/kotlin/base/analysis-api/analysis-api-utils:kotlin-base-analysis-api-utils",
|
||||||
"//plugins/kotlin/base/code-insight",
|
"//plugins/kotlin/base/code-insight",
|
||||||
"//plugins/kotlin/code-insight/utils",
|
"//plugins/kotlin/code-insight/utils",
|
||||||
|
|||||||
@@ -40,6 +40,7 @@
|
|||||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.java.psi" />
|
<orderEntry type="module" module-name="intellij.java.psi" />
|
||||||
<orderEntry type="module" module-name="intellij.java.analysis.impl" />
|
<orderEntry type="module" module-name="intellij.java.analysis.impl" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.analysis-api.utils" />
|
<orderEntry type="module" module-name="kotlin.base.analysis-api.utils" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.code-insight" />
|
<orderEntry type="module" module-name="kotlin.base.code-insight" />
|
||||||
<orderEntry type="module" module-name="kotlin.code-insight.utils" />
|
<orderEntry type="module" module-name="kotlin.code-insight.utils" />
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ jvm_library(
|
|||||||
deps = [
|
deps = [
|
||||||
"@lib//:jetbrains-annotations",
|
"@lib//:jetbrains-annotations",
|
||||||
"@lib//:kotlin-stdlib",
|
"@lib//:kotlin-stdlib",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/usageView",
|
"//platform/usageView",
|
||||||
"@lib//:kotlin-reflect",
|
"@lib//:kotlin-reflect",
|
||||||
"@lib//:kotlinc-kotlin-compiler-common",
|
"@lib//:kotlinc-kotlin-compiler-common",
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.usageView" />
|
<orderEntry type="module" module-name="intellij.platform.usageView" />
|
||||||
<orderEntry type="library" name="kotlin-reflect" level="project" />
|
<orderEntry type="library" name="kotlin-reflect" level="project" />
|
||||||
<orderEntry type="library" name="kotlinc.kotlin-compiler-common" level="project" />
|
<orderEntry type="library" name="kotlinc.kotlin-compiler-common" level="project" />
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ jvm_library(
|
|||||||
"@lib//:kotlinc-kotlin-compiler-fir",
|
"@lib//:kotlinc-kotlin-compiler-fir",
|
||||||
"@lib//:kotlinc-analysis-api",
|
"@lib//:kotlinc-analysis-api",
|
||||||
"@lib//:kotlinc-analysis-api-k2",
|
"@lib//:kotlinc-analysis-api-k2",
|
||||||
|
"//platform/refactoring",
|
||||||
"//plugins/kotlin/base/util",
|
"//plugins/kotlin/base/util",
|
||||||
"//plugins/kotlin/base/psi",
|
"//plugins/kotlin/base/psi",
|
||||||
"//plugins/kotlin/base/resources:kotlin-base-resources",
|
"//plugins/kotlin/base/resources:kotlin-base-resources",
|
||||||
|
|||||||
@@ -30,6 +30,7 @@
|
|||||||
<orderEntry type="library" name="kotlinc.kotlin-compiler-fir" level="project" />
|
<orderEntry type="library" name="kotlinc.kotlin-compiler-fir" level="project" />
|
||||||
<orderEntry type="library" name="kotlinc.analysis-api" level="project" />
|
<orderEntry type="library" name="kotlinc.analysis-api" level="project" />
|
||||||
<orderEntry type="library" name="kotlinc.analysis-api-k2" level="project" />
|
<orderEntry type="library" name="kotlinc.analysis-api-k2" level="project" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.util" />
|
<orderEntry type="module" module-name="kotlin.base.util" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.psi" />
|
<orderEntry type="module" module-name="kotlin.base.psi" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.resources" />
|
<orderEntry type="module" module-name="kotlin.base.resources" />
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ jvm_library(
|
|||||||
kotlinc_opts = ":custom",
|
kotlinc_opts = ":custom",
|
||||||
deps = [
|
deps = [
|
||||||
"@lib//:kotlin-stdlib",
|
"@lib//:kotlin-stdlib",
|
||||||
|
"//platform/refactoring",
|
||||||
"//plugins/kotlin/code-insight/api",
|
"//plugins/kotlin/code-insight/api",
|
||||||
"//platform/core-api:core",
|
"//platform/core-api:core",
|
||||||
"@lib//:kotlinc-analysis-api",
|
"@lib//:kotlinc-analysis-api",
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="kotlin.code-insight.api" />
|
<orderEntry type="module" module-name="kotlin.code-insight.api" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.core" />
|
<orderEntry type="module" module-name="intellij.platform.core" />
|
||||||
<orderEntry type="library" name="kotlinc.analysis-api" level="project" />
|
<orderEntry type="library" name="kotlinc.analysis-api" level="project" />
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ jvm_library(
|
|||||||
"@lib//:kotlinc-kotlin-compiler-common",
|
"@lib//:kotlinc-kotlin-compiler-common",
|
||||||
"@lib//:kotlinc-analysis-api",
|
"@lib//:kotlinc-analysis-api",
|
||||||
"@lib//:guava",
|
"@lib//:guava",
|
||||||
|
"//platform/refactoring",
|
||||||
"//plugins/kotlin/base/frontend-agnostic",
|
"//plugins/kotlin/base/frontend-agnostic",
|
||||||
"//plugins/kotlin/base/util",
|
"//plugins/kotlin/base/util",
|
||||||
"//plugins/kotlin/base/psi",
|
"//plugins/kotlin/base/psi",
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
<orderEntry type="library" name="kotlinc.kotlin-compiler-common" level="project" />
|
<orderEntry type="library" name="kotlinc.kotlin-compiler-common" level="project" />
|
||||||
<orderEntry type="library" name="kotlinc.analysis-api" level="project" />
|
<orderEntry type="library" name="kotlinc.analysis-api" level="project" />
|
||||||
<orderEntry type="library" name="Guava" level="project" />
|
<orderEntry type="library" name="Guava" level="project" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.frontend-agnostic" />
|
<orderEntry type="module" module-name="kotlin.base.frontend-agnostic" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.util" />
|
<orderEntry type="module" module-name="kotlin.base.util" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.psi" />
|
<orderEntry type="module" module-name="kotlin.base.psi" />
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ jvm_library(
|
|||||||
"@lib//:kotlinc-analysis-api",
|
"@lib//:kotlinc-analysis-api",
|
||||||
"@lib//:kotlinc-analysis-api-platform-interface",
|
"@lib//:kotlinc-analysis-api-platform-interface",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/usageView-impl",
|
"//platform/usageView-impl",
|
||||||
"//plugins/kotlin/base/util",
|
"//plugins/kotlin/base/util",
|
||||||
"//plugins/kotlin/base/psi",
|
"//plugins/kotlin/base/psi",
|
||||||
@@ -88,6 +89,7 @@ jvm_library(
|
|||||||
"@lib//:kotlinc-analysis-api",
|
"@lib//:kotlinc-analysis-api",
|
||||||
"@lib//:kotlinc-analysis-api-platform-interface",
|
"@lib//:kotlinc-analysis-api-platform-interface",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/usageView-impl",
|
"//platform/usageView-impl",
|
||||||
"//plugins/kotlin/plugin/k2",
|
"//plugins/kotlin/plugin/k2",
|
||||||
"//plugins/kotlin/base/util",
|
"//plugins/kotlin/base/util",
|
||||||
|
|||||||
@@ -31,6 +31,7 @@
|
|||||||
<orderEntry type="library" name="kotlinc.analysis-api" level="project" />
|
<orderEntry type="library" name="kotlinc.analysis-api" level="project" />
|
||||||
<orderEntry type="library" name="kotlinc.analysis-api-platform-interface" level="project" />
|
<orderEntry type="library" name="kotlinc.analysis-api-platform-interface" level="project" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
||||||
<orderEntry type="module" module-name="kotlin.plugin.k2" scope="TEST" />
|
<orderEntry type="module" module-name="kotlin.plugin.k2" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.util" />
|
<orderEntry type="module" module-name="kotlin.base.util" />
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ jvm_library(
|
|||||||
"@lib//:kotlinc-kotlin-compiler-common",
|
"@lib//:kotlinc-kotlin-compiler-common",
|
||||||
"@lib//:kotlinc-kotlin-compiler-fe10",
|
"@lib//:kotlinc-kotlin-compiler-fe10",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//plugins/kotlin/base/util",
|
"//plugins/kotlin/base/util",
|
||||||
"//plugins/kotlin/base/psi",
|
"//plugins/kotlin/base/psi",
|
||||||
"//plugins/kotlin/base/fe10/analysis",
|
"//plugins/kotlin/base/fe10/analysis",
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
<orderEntry type="library" name="kotlinc.kotlin-compiler-common" level="project" />
|
<orderEntry type="library" name="kotlinc.kotlin-compiler-common" level="project" />
|
||||||
<orderEntry type="library" name="kotlinc.kotlin-compiler-fe10" level="project" />
|
<orderEntry type="library" name="kotlinc.kotlin-compiler-fe10" level="project" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.util" />
|
<orderEntry type="module" module-name="kotlin.base.util" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.psi" />
|
<orderEntry type="module" module-name="kotlin.base.psi" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.fe10.analysis" />
|
<orderEntry type="module" module-name="kotlin.base.fe10.analysis" />
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ jvm_library(
|
|||||||
"@lib//:kotlinc-kotlin-compiler-common",
|
"@lib//:kotlinc-kotlin-compiler-common",
|
||||||
"@lib//:kotlinc-analysis-api",
|
"@lib//:kotlinc-analysis-api",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//plugins/kotlin/base/util",
|
"//plugins/kotlin/base/util",
|
||||||
"//plugins/kotlin/base/psi",
|
"//plugins/kotlin/base/psi",
|
||||||
"//plugins/kotlin/base/plugin",
|
"//plugins/kotlin/base/plugin",
|
||||||
@@ -55,6 +56,7 @@ jvm_library(
|
|||||||
"@lib//:kotlinc-analysis-api",
|
"@lib//:kotlinc-analysis-api",
|
||||||
"@lib//:junit4",
|
"@lib//:junit4",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//plugins/kotlin/plugin/k2",
|
"//plugins/kotlin/plugin/k2",
|
||||||
"//plugins/kotlin/base/util",
|
"//plugins/kotlin/base/util",
|
||||||
"//plugins/kotlin/base/util:util_test_lib",
|
"//plugins/kotlin/base/util:util_test_lib",
|
||||||
|
|||||||
@@ -31,6 +31,7 @@
|
|||||||
<orderEntry type="library" name="kotlinc.analysis-api" level="project" />
|
<orderEntry type="library" name="kotlinc.analysis-api" level="project" />
|
||||||
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="kotlin.plugin.k2" scope="TEST" />
|
<orderEntry type="module" module-name="kotlin.plugin.k2" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.util" />
|
<orderEntry type="module" module-name="kotlin.base.util" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.psi" />
|
<orderEntry type="module" module-name="kotlin.base.psi" />
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ jvm_library(
|
|||||||
"@lib//:kotlinc-kotlinx-serialization-compiler-plugin",
|
"@lib//:kotlinc-kotlinx-serialization-compiler-plugin",
|
||||||
"@lib//:kotlinc-kotlin-jps-common",
|
"@lib//:kotlinc-kotlin-jps-common",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//plugins/kotlin/base/util",
|
"//plugins/kotlin/base/util",
|
||||||
"//plugins/kotlin/base/plugin",
|
"//plugins/kotlin/base/plugin",
|
||||||
"//plugins/kotlin/base/facet",
|
"//plugins/kotlin/base/facet",
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
<orderEntry type="library" scope="TEST" name="kotlinc.kotlin-compiler-cli" level="project" />
|
<orderEntry type="library" scope="TEST" name="kotlinc.kotlin-compiler-cli" level="project" />
|
||||||
<orderEntry type="library" scope="TEST" name="kotlinc.kotlin-compiler-tests" level="project" />
|
<orderEntry type="library" scope="TEST" name="kotlinc.kotlin-compiler-tests" level="project" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.util" />
|
<orderEntry type="module" module-name="kotlin.base.util" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.plugin" />
|
<orderEntry type="module" module-name="kotlin.base.plugin" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.facet" />
|
<orderEntry type="module" module-name="kotlin.base.facet" />
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ jvm_library(
|
|||||||
"@lib//:kotlinx-coroutines-core",
|
"@lib//:kotlinx-coroutines-core",
|
||||||
"@lib//:vavr",
|
"@lib//:vavr",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/util/jdom",
|
"//platform/util/jdom",
|
||||||
"@lib//:javax-inject",
|
"@lib//:javax-inject",
|
||||||
"@lib//:guava",
|
"@lib//:guava",
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||||
<orderEntry type="library" name="vavr" level="project" />
|
<orderEntry type="library" name="vavr" level="project" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||||
<orderEntry type="library" name="javax-inject" level="project" />
|
<orderEntry type="library" name="javax-inject" level="project" />
|
||||||
<orderEntry type="library" name="Guava" level="project" />
|
<orderEntry type="library" name="Guava" level="project" />
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ jvm_library(
|
|||||||
"@lib//:kotlinc-kotlin-compiler-fir",
|
"@lib//:kotlinc-kotlin-compiler-fir",
|
||||||
"@lib//:guava",
|
"@lib//:guava",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//plugins/kotlin/base/util",
|
"//plugins/kotlin/base/util",
|
||||||
"//plugins/kotlin/base/plugin",
|
"//plugins/kotlin/base/plugin",
|
||||||
"//plugins/kotlin/base/resources:kotlin-base-resources",
|
"//plugins/kotlin/base/resources:kotlin-base-resources",
|
||||||
|
|||||||
@@ -30,6 +30,7 @@
|
|||||||
<orderEntry type="library" name="kotlinc.kotlin-compiler-fir" level="project" />
|
<orderEntry type="library" name="kotlinc.kotlin-compiler-fir" level="project" />
|
||||||
<orderEntry type="library" name="Guava" level="project" />
|
<orderEntry type="library" name="Guava" level="project" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.util" />
|
<orderEntry type="module" module-name="kotlin.base.util" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.plugin" />
|
<orderEntry type="module" module-name="kotlin.base.plugin" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.resources" />
|
<orderEntry type="module" module-name="kotlin.base.resources" />
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ jvm_library(
|
|||||||
"@lib//:kotlinc-kotlin-compiler-tests",
|
"@lib//:kotlinc-kotlin-compiler-tests",
|
||||||
"@lib//:kotlinc-analysis-api-platform-interface",
|
"@lib//:kotlinc-analysis-api-platform-interface",
|
||||||
"//platform/editor-ui-api:editor-ui",
|
"//platform/editor-ui-api:editor-ui",
|
||||||
|
"//platform/refactoring",
|
||||||
"//platform/usageView",
|
"//platform/usageView",
|
||||||
"//platform/core-api:core",
|
"//platform/core-api:core",
|
||||||
"//plugins/kotlin/plugin/k2",
|
"//plugins/kotlin/plugin/k2",
|
||||||
|
|||||||
@@ -30,6 +30,7 @@
|
|||||||
<orderEntry type="library" name="kotlinc.kotlin-compiler-tests" level="project" />
|
<orderEntry type="library" name="kotlinc.kotlin-compiler-tests" level="project" />
|
||||||
<orderEntry type="library" name="kotlinc.analysis-api-platform-interface" level="project" />
|
<orderEntry type="library" name="kotlinc.analysis-api-platform-interface" level="project" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.usageView" />
|
<orderEntry type="module" module-name="intellij.platform.usageView" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.core" />
|
<orderEntry type="module" module-name="intellij.platform.core" />
|
||||||
<orderEntry type="module" module-name="kotlin.plugin.k2" scope="TEST" />
|
<orderEntry type="module" module-name="kotlin.plugin.k2" scope="TEST" />
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ jvm_library(
|
|||||||
"@lib//:kotlinc-kotlin-jps-common",
|
"@lib//:kotlinc-kotlin-jps-common",
|
||||||
"@lib//:kotlinc-analysis-api-platform-interface",
|
"@lib//:kotlinc-analysis-api-platform-interface",
|
||||||
"@lib//:guava",
|
"@lib//:guava",
|
||||||
|
"//platform/refactoring",
|
||||||
"//plugins/kotlin/base/frontend-agnostic",
|
"//plugins/kotlin/base/frontend-agnostic",
|
||||||
"//plugins/kotlin/base/facet",
|
"//plugins/kotlin/base/facet",
|
||||||
"//plugins/kotlin/base/util",
|
"//plugins/kotlin/base/util",
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
<orderEntry type="library" name="kotlinc.kotlin-jps-common" level="project" />
|
<orderEntry type="library" name="kotlinc.kotlin-jps-common" level="project" />
|
||||||
<orderEntry type="library" name="kotlinc.analysis-api-platform-interface" level="project" />
|
<orderEntry type="library" name="kotlinc.analysis-api-platform-interface" level="project" />
|
||||||
<orderEntry type="library" name="Guava" level="project" />
|
<orderEntry type="library" name="Guava" level="project" />
|
||||||
|
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.frontend-agnostic" />
|
<orderEntry type="module" module-name="kotlin.base.frontend-agnostic" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.facet" />
|
<orderEntry type="module" module-name="kotlin.base.facet" />
|
||||||
<orderEntry type="module" module-name="kotlin.base.util" />
|
<orderEntry type="module" module-name="kotlin.base.util" />
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user