init line-indent-provider module

Part of #KT-22211
This commit is contained in:
Dmitry Gridin
2020-05-20 11:34:23 +07:00
parent 9d98240272
commit 3a6b9c8d08
141 changed files with 403 additions and 111 deletions
+1
View File
@@ -83,6 +83,7 @@ dependencies {
compile(project(":idea:ide-common"))
compile(project(":idea:idea-jps-common"))
compile(project(":idea:kotlin-gradle-tooling"))
compile(project(":idea:line-indent-provider"))
compile(project(":plugins:uast-kotlin"))
compile(project(":plugins:uast-kotlin-idea"))
compile(project(":kotlin-script-util")) { isTransitive = false }