Drop ExternalDeclarationsProvider
It was added for Android extensions, but now another mechanism is used there (PackageFragmentProviderExtension), and there were no other implementations of ExternalDeclarationsProvider in the project
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
interface="org.jetbrains.kotlin.resolve.diagnostics.SuppressStringProvider"/>
|
||||
<extensionPoint name="diagnosticSuppressor"
|
||||
interface="org.jetbrains.kotlin.resolve.diagnostics.DiagnosticSuppressor"/>
|
||||
<extensionPoint name="externalDeclarationsProvider"
|
||||
interface="org.jetbrains.kotlin.extensions.ExternalDeclarationsProvider"
|
||||
area="IDEA_PROJECT"/>
|
||||
<extensionPoint name="expressionCodegenExtension"
|
||||
interface="org.jetbrains.kotlin.codegen.extensions.ExpressionCodegenExtension"
|
||||
area="IDEA_PROJECT"/>
|
||||
|
||||
Reference in New Issue
Block a user