Reverse dependency 'psi' <-> 'frontend.common'

Move ParseUtils to 'psi', and ImportPath to 'frontend.common'.

Now 'psi' depends on 'frontend.common', and that allows to remove
dependency of 'fir:tree:tree-generator' on 'psi', allowing the former to
compile in parallel with the old frontend code.
This commit is contained in:
Alexander Udalov
2020-03-15 15:14:54 +01:00
committed by Alexander Udalov
parent d70271b6aa
commit b6fdc96994
8 changed files with 11 additions and 30 deletions
@@ -11,7 +11,6 @@ val compileOnly by configurations
runtimeOnly.extendsFrom(compileOnly)
dependencies {
compile(project(":compiler:psi"))
compile(project(":compiler:frontend.common"))
compile(project(":core:descriptors"))
compile(project(":compiler:fir:cones"))