Separate uast-idea modules into fir and fe10 implementations

This commit is contained in:
Ilya Kirillov
2021-05-14 14:16:48 +02:00
committed by TeamCityServer
parent ba6c3c7fe0
commit 8b722cfc47
9 changed files with 56 additions and 3 deletions
+1
View File
@@ -79,6 +79,7 @@ dependencies {
compile(project(":idea:line-indent-provider"))
compile(project(":plugins:uast-kotlin"))
compile(project(":plugins:uast-kotlin-idea"))
compile(project(":plugins:uast-kotlin-idea-base"))
compile(project(":kotlin-script-util")) { isTransitive = false }
compile(project(":kotlin-scripting-intellij"))
compile(project(":compiler:backend.jvm")) // Do not delete, for Pill