[light classes] move light-classes-base module to analysis
^KT-53097
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user