Skip to content

Commit

Permalink
Add DependencyKeyMacro to providingMacros
Browse files Browse the repository at this point in the history
  • Loading branch information
Obbut committed Nov 16, 2023
1 parent 6bb51f6 commit b1f3411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/UnbeatableDependenciesMacrosPlugin/Plugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import SwiftSyntaxMacros
@main
struct UnbeatableDependenciesMacrosPlugin: CompilerPlugin {
let providingMacros: [Macro.Type] = [
AutoMockMacro.self
AutoMockMacro.self,
DependencyKeyMacro.self,
]
}

0 comments on commit b1f3411

Please sign in to comment.