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
@@ -9,7 +9,7 @@ dependencies {
implementation(project(":compiler:frontend.java"))
implementation(project(":analysis:analysis-api-impl-base"))
implementation(project(":analysis:analysis-internal-utils"))
implementation(project(":analysis:kt-reference"))
implementation(project(":analysis:kt-references"))
implementation(project(":compiler:backend"))
implementation(project(":compiler:backend.jvm"))