Reworked deprecated fileTypeFactory EP usage
Relates to #KT-38571
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
639cc69920
commit
f4b6e1bff6
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user