Fixed deprecated IDEA API
#KT-24931 Fixed
This commit is contained in:
@@ -387,7 +387,7 @@ class UnusedSymbolInspection : AbstractKotlinInspection() {
|
||||
continue
|
||||
|
||||
val intentionAction =
|
||||
QuickFixFactory.getInstance().createAddToDependencyInjectionAnnotationsFix(declaration.project, fqName, "declarations")
|
||||
QuickFixFactory.getInstance().createAddToDependencyInjectionAnnotationsFix(declaration.project, fqName)
|
||||
list.add(IntentionWrapper(intentionAction, declaration.containingFile))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user