Fix missing NativeLibraryType

#KT-27009 fixed
This commit is contained in:
Simon Ogorodnik
2018-09-20 22:17:48 +03:00
parent 3aee3dfdd9
commit 68dfe9bf14
2 changed files with 30 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@
<filetype.decompiler filetype="KNM" implementationClass="com.intellij.psi.impl.compiled.ClassFileDecompiler"/>
<fileTypeFactory implementation="org.jetbrains.kotlin.ide.konan.decompiler.KotlinNativeMetaFileTypeFactory"/>
<fileBasedIndex implementation="org.jetbrains.kotlin.ide.konan.index.KotlinNativeMetaFileIndex"/>
<library.type implementation="org.jetbrains.kotlin.ide.konan.NativeLibraryType"/>
</extensions>
<extensions defaultExtensionNs="org.jetbrains.kotlin">