Revert "Provide custom ConstantAffectionResolver in JPS"

This reverts commit 772a935de6.

The API in Intellij was changed, now the issue can be fixed only in
182.* branches.
This commit is contained in:
Alexey Tsvetkov
2018-03-13 15:25:18 +03:00
parent d831d35869
commit 0deec7983d
6 changed files with 0 additions and 85 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"))