Implemented KotlinResolveScopeEnlarger for modules

Before that we had dependency to iml file, which is incorrect
This commit is contained in:
Alexander Podkhalyuzin
2019-01-14 10:53:41 +03:00
parent 72e351a0e3
commit 893479bd5e
5 changed files with 33 additions and 11 deletions
@@ -54,6 +54,9 @@
<extensionPoint qualifiedName="org.jetbrains.kotlin.syntheticScopeProviderExtension"
interface="org.jetbrains.kotlin.synthetic.SyntheticScopeProviderExtension"
area="IDEA_PROJECT"/>
<extensionPoint qualifiedName="org.jetbrains.kotlin.resolveScopeEnlarger"
interface="org.jetbrains.kotlin.idea.caches.resolve.util.KotlinResolveScopeEnlarger"/>
</extensionPoints>
<extensions defaultExtensionNs="org.jetbrains.kotlin">