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
@@ -0,0 +1,13 @@
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
api(project(":core:compiler.common"))
}
sourceSets {
"main" { projectDefault() }
"test" {}
}