remove unused org.jetbrains.kotlin.idea.inspections.gradle.KotlinPlatformGradleDetector EP

Not required after https://github.com/JetBrains/kotlin/commit/cc85ac44b30efbee2aff6664b30249fac931344b

Leads to warning in IDEA 2019.3
This commit is contained in:
Vladimir Krivosheev
2019-08-30 14:05:20 +02:00
committed by Alexander Podkhalyuzin
parent 02a6a1ea49
commit dca88db16a
-5
View File
@@ -1,9 +1,4 @@
<idea-plugin>
<extensionPoints>
<extensionPoint qualifiedName="org.jetbrains.kotlin.platformGradleDetector"
interface="org.jetbrains.kotlin.idea.inspections.gradle.KotlinPlatformGradleDetector"/>
</extensionPoints>
<application-components>
<component>
<implementation-class>org.jetbrains.kotlin.idea.JvmPluginStartupComponent</implementation-class>