Remove explicit registration of classFileDecompiler EP and core.xml

This commit is contained in:
Nikolay Krasko
2021-07-15 18:50:12 +03:00
committed by TeamCityServer
parent 1b3046a61b
commit ec99585eb9
4 changed files with 0 additions and 58 deletions
@@ -1,12 +0,0 @@
<idea-plugin>
<id>org.jetbrains.kotlin</id>
<version>1.2</version>
<!-- Don't add more extension points here! Logic in KotlinCoreEnvironment assumes that there is only one EP. -->
<!-- And this file should be removed once 202 is no longer supported -->
<extensionPoints>
<extensionPoint qualifiedName="com.intellij.psi.classFileDecompiler"
interface="com.intellij.psi.compiled.ClassFileDecompilers$Decompiler"
dynamic="true"/>
</extensionPoints>
</idea-plugin>