Remove dependency to IconLoader from compiler

This commit is contained in:
Nikolay Krasko
2019-06-14 12:36:40 +03:00
parent aa079376e7
commit 96f0f444ad
11 changed files with 116 additions and 52 deletions
@@ -221,6 +221,9 @@
</actions>
<extensions defaultExtensionNs="com.intellij">
<applicationService serviceInterface="org.jetbrains.kotlin.idea.KotlinIconProviderService"
serviceImplementation="org.jetbrains.kotlin.idea.KotlinIdeFileIconProviderService"/>
<applicationService serviceInterface="org.jetbrains.kotlin.psi.stubs.elements.StubIndexService"
serviceImplementation="org.jetbrains.kotlin.idea.stubindex.IdeStubIndexService"/>