Move AndroidPsiTreeChangePreprocessor to android-idea-plugin module

This commit is contained in:
Yan Zhulanow
2015-03-18 13:26:26 +03:00
parent 0b76dbb492
commit c945a53eec
9 changed files with 25 additions and 25 deletions
@@ -18,7 +18,7 @@
serviceImplementation="org.jetbrains.kotlin.plugin.android.IDEAndroidResourceManager"/>
<compileServer.plugin classpath="jps/kotlin-android-extensions-jps.jar;android-compiler-plugin.jar"/>
<gotoDeclarationHandler implementation="org.jetbrains.kotlin.plugin.android.AndroidGotoDeclarationHandler"/>
<psi.treeChangePreprocessor implementation="org.jetbrains.kotlin.lang.resolve.android.AndroidPsiTreeChangePreprocessor"/>
<psi.treeChangePreprocessor implementation="org.jetbrains.kotlin.plugin.android.AndroidPsiTreeChangePreprocessor"/>
<renamePsiElementProcessor id="KotlinAndroidSyntheticProperty"
implementation="org.jetbrains.kotlin.plugin.android.AndroidRenameProcessor"
order="first"/>