Reworked deprecated fileTypeFactory EP usage

Relates to #KT-38571
This commit is contained in:
Vladimir Dolzhenko
2020-04-24 21:20:48 +02:00
committed by Vladimir Dolzhenko
parent 639cc69920
commit f4b6e1bff6
16 changed files with 134 additions and 7 deletions
+5
View File
@@ -4,5 +4,10 @@
<applicationService serviceImplementation="org.jetbrains.kotlin.idea.klib.KlibLoadingMetadataCache" />
<projectService serviceImplementation="org.jetbrains.kotlin.ide.konan.KotlinNativeABICompatibilityCheckerService" />
<fileType name="Kotlin/Native Def"
implementationClass="org.jetbrains.kotlin.ide.konan.NativeDefinitionsFileType"
fieldName="INSTANCE"
extensions="def"/>
</extensions>
</idea-plugin>