[light classes] move light-classes-base module to analysis
^KT-53097
This commit is contained in:
@@ -17,7 +17,7 @@ dependencies {
|
||||
api(project(":analysis:low-level-api-fir"))
|
||||
api(project(":analysis:analysis-api"))
|
||||
api(project(":analysis:analysis-api-impl-base"))
|
||||
api(project(":compiler:light-classes-base"))
|
||||
api(project(":analysis:light-classes-base"))
|
||||
api(project(":compiler:backend"))
|
||||
api(intellijCore())
|
||||
implementation(project(":analysis:analysis-api-providers"))
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies {
|
||||
implementation(project(":compiler:psi"))
|
||||
implementation(project(":compiler:frontend.java"))
|
||||
implementation(project(":core:compiler.common"))
|
||||
implementation(project(":compiler:light-classes-base"))
|
||||
implementation(project(":analysis:light-classes-base"))
|
||||
implementation(project(":analysis:decompiled:decompiler-to-stubs"))
|
||||
implementation(project(":analysis:decompiled:decompiler-to-file-stubs"))
|
||||
implementation(intellijCore())
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies {
|
||||
api(project(":compiler:psi"))
|
||||
api(project(":analysis:decompiled:decompiler-to-psi"))
|
||||
api(project(":analysis:decompiled:light-classes-for-decompiled"))
|
||||
api(project(":compiler:light-classes-base"))
|
||||
api(project(":analysis:light-classes-base"))
|
||||
implementation(intellijCore())
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
dependencies {
|
||||
api(project(":compiler:psi"))
|
||||
api(project(":analysis:decompiled:decompiler-to-psi"))
|
||||
api(project(":compiler:light-classes-base"))
|
||||
api(project(":analysis:light-classes-base"))
|
||||
implementation(intellijCore())
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
implementation(project(":compiler:psi"))
|
||||
implementation(project(":compiler:light-classes-base"))
|
||||
implementation(project(":analysis:light-classes-base"))
|
||||
implementation(intellijCore())
|
||||
|
||||
compileOnly(commonDependency("com.google.guava:guava"))
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies {
|
||||
implementation(project(":analysis:kt-references"))
|
||||
|
||||
implementation(project(":compiler:psi"))
|
||||
implementation(project(":compiler:light-classes-base"))
|
||||
implementation(project(":analysis:light-classes-base"))
|
||||
implementation(project(":compiler:frontend.java"))
|
||||
implementation(intellijCore())
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies {
|
||||
implementation(project(":compiler:psi"))
|
||||
implementation(project(":compiler:frontend.java"))
|
||||
implementation(project(":core:compiler.common"))
|
||||
implementation(project(":compiler:light-classes-base"))
|
||||
implementation(project(":analysis:light-classes-base"))
|
||||
implementation(project(":compiler:backend.common.jvm"))
|
||||
implementation(project(":analysis:analysis-api-providers"))
|
||||
implementation(project(":analysis:analysis-api"))
|
||||
|
||||
+1
-1
@@ -142,7 +142,7 @@ val irCompilerModules = arrayOf(
|
||||
val commonCompilerModules = arrayOf(
|
||||
":compiler:psi",
|
||||
":compiler:frontend.common-psi",
|
||||
":compiler:light-classes-base",
|
||||
":analysis:light-classes-base",
|
||||
":compiler:frontend.common",
|
||||
":compiler:util",
|
||||
":compiler:config.jvm",
|
||||
|
||||
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":compiler:light-classes-base"))
|
||||
api(project(":analysis:light-classes-base"))
|
||||
api(project(":compiler:util"))
|
||||
api(project(":compiler:backend"))
|
||||
api(project(":compiler:frontend"))
|
||||
|
||||
@@ -38,7 +38,7 @@ dependencies {
|
||||
testApi(project(":compiler:cli-common"))
|
||||
testApi(project(":compiler:cli"))
|
||||
testApi(project(":compiler:cli-js"))
|
||||
testApi(project(":compiler:light-classes-base"))
|
||||
testApi(project(":analysis:light-classes-base"))
|
||||
testApi(project(":compiler:serialization"))
|
||||
testApi(project(":kotlin-preloader"))
|
||||
testApi(project(":compiler:cli-common"))
|
||||
|
||||
+1
-1
@@ -145,7 +145,6 @@ include ":benchmarks",
|
||||
":compiler:backend",
|
||||
":compiler:plugin-api",
|
||||
":compiler:light-classes",
|
||||
":compiler:light-classes-base",
|
||||
":compiler:javac-wrapper",
|
||||
":compiler:cli",
|
||||
":compiler:cli-js",
|
||||
@@ -583,6 +582,7 @@ include ":generators:analysis-api-generator",
|
||||
":analysis:kt-references",
|
||||
":analysis:kt-references:kt-references-fe10",
|
||||
":analysis:symbol-light-classes",
|
||||
":analysis:light-classes-base",
|
||||
":analysis:project-structure",
|
||||
":analysis:analysis-api-standalone",
|
||||
":analysis:analysis-api-standalone:analysis-api-standalone-base",
|
||||
|
||||
Reference in New Issue
Block a user