Move common inference classes to :compiler:resolution.common

This commit is contained in:
Dmitriy Novozhilov
2020-08-26 11:08:30 +03:00
parent 068d21635e
commit 64766e125c
35 changed files with 78 additions and 164 deletions
+1
View File
@@ -23,6 +23,7 @@ dependencies {
testCompileOnly(project(":kotlin-test:kotlin-test-junit"))
testCompile(projectTests(":compiler:tests-common"))
testCompile(projectTests(":compiler:fir:analysis-tests"))
testApi(project(":compiler:resolution.common"))
testCompileOnly(project(":kotlin-reflect-api"))
testRuntime(project(":kotlin-reflect"))