Move stub building from psi module to analysis module

This commit is contained in:
Ilya Kirillov
2021-12-20 17:56:11 +03:00
parent cd3905e400
commit 1e9764c639
114 changed files with 323 additions and 277 deletions
@@ -17,6 +17,7 @@ dependencies {
testApi(projectTests("::analysis:low-level-api-fir"))
testApi(projectTests(":analysis:analysis-api-fir"))
testApi(projectTests(":analysis:analysis-api-fe10"))
testApi(projectTests(":analysis:decompiled:decompiler-to-file-stubs"))
testApi(intellijCore())
testApiJUnit5()
}
-1
View File
@@ -76,7 +76,6 @@ dependencies {
testImplementation(projectTests(":compiler:test-infrastructure"))
testImplementation(projectTests(":compiler:tests-common-new"))
testImplementation(projectTests(":js:js.tests"))
testImplementation(projectTests(":compiler:psi:cls-psi-file-stub-builder"))
testApiJUnit5()
if (Ide.IJ()) {