[analysis api fir] put every library into a separate KtModule in tests

This commit is contained in:
Ilya Kirillov
2022-04-07 08:09:00 +02:00
parent 252d8e283b
commit 2649788b87
43 changed files with 778 additions and 399 deletions
@@ -9,6 +9,7 @@ dependencies {
testApiJUnit5()
testApi(project(":kotlin-test:kotlin-test-junit"))
testImplementation(project(":analysis:analysis-internal-utils"))
testApi(project(":compiler:psi"))
testApi(project(":analysis:kt-references"))
testApi(projectTests(":compiler:tests-common-new"))