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
+2 -1
View File
@@ -9,6 +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(":compiler:backend"))
implementation(project(":compiler:backend.jvm"))
@@ -42,4 +43,4 @@ projectTest(jUnitMode = JUnitMode.JUnit5) {
useJUnitPlatform()
}
testsJar()
testsJar()