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
+1
View File
@@ -17,6 +17,7 @@ dependencies {
compileOnly(project(":analysis:low-level-api-fir"))
implementation(project(":analysis:analysis-internal-utils"))
implementation(project(":analysis:analysis-api-providers"))
implementation(project(":analysis:kt-reference"))
api(intellijCore())
api(commonDependency("com.google.guava:guava"))