Files
kotlin-fork/idea/resources/META-INF/jvm.xml.192
T
Vladimir Dolzhenko a6450dd67e Convert KotlinConfigurationCheckerComponent to service
Relates to #KT-36471
2020-03-25 15:37:33 +01:00

9 lines
258 B
Plaintext

<idea-plugin>
<project-components>
<component>
<implementation-class>org.jetbrains.kotlin.idea.configuration.ui.KotlinConfigurationCheckerComponent</implementation-class>
</component>
</project-components>
</idea-plugin>