Drop all usages of Callbacks.ConstantAffectionResolver

This commit fixes deprecation API usage (deprecated in intellij) which is actually
an error (because of -Werror)

KotlinJavaBuilderExtension implements only one method (getConstantSearch) which is
deprecated and the method is actually not called in since 202 IDEA (minimum
supported IDEA right now is 203).

KotlinJavaBuilderExtension originally appeared in 39f7ecc9a3
in order to fix KT-16091. The fact that we ignored the depreaction caused the issue
regression. Luckily, we already fixes the issue again but this API usage is useless so
can be safely droped
This commit is contained in:
Nikita Bobko
2021-12-23 17:38:48 +01:00
parent 01df50e175
commit 59abe71f56
4 changed files with 0 additions and 120 deletions
@@ -1 +0,0 @@
org.jetbrains.kotlin.jps.build.KotlinJavaBuilderExtension