Add analysis:kt-reference module and move KtReferences there.

This commit is contained in:
Mads Ager
2022-01-19 17:11:40 +01:00
committed by Ilya Kirillov
parent 5320a32d67
commit 6f0bb0eda5
20 changed files with 35 additions and 16 deletions
@@ -7,6 +7,7 @@ dependencies {
api(project(":compiler:psi"))
api(project(":analysis:analysis-api"))
api(project(":analysis:analysis-api-impl-barebone"))
api(project(":analysis:kt-reference"))
api(intellijCore())
implementation(project(":analysis:analysis-internal-utils"))
@@ -27,4 +28,4 @@ sourceSets {
"test" { projectDefault() }
}
testsJar()
testsJar()