Rename kt-reference module to kt-references.

This commit is contained in:
Mads Ager
2022-02-03 14:26:51 +01:00
committed by Ilya Kirillov
parent 17aee1e944
commit a398f7d6cb
21 changed files with 6 additions and 14 deletions
+1 -1
View File
@@ -17,7 +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"))
implementation(project(":analysis:kt-references"))
api(intellijCore())
api(commonDependency("com.google.guava:guava"))