Revert "Provide custom ConstantAffectionResolver in JPS"

This reverts commit 1a7737494b.

The API in Intellij was changed, now the issue can be fixed only in
182.* branches.

Original commit: 0deec7983d
This commit is contained in:
Alexey Tsvetkov
2018-03-13 15:25:18 +03:00
parent 0a3b3056d8
commit b3a619bcc3
5 changed files with 0 additions and 84 deletions
-1
View File
@@ -4,7 +4,6 @@ apply { plugin("jps-compatible") }
val compilerModules: Array<String> by rootProject.extra
dependencies {
compileOnly(project(":jps-plugin:jps-services-declarations"))
compile(project(":kotlin-build-common"))
compile(project(":core:descriptors"))
compile(project(":core:descriptors.jvm"))