Skip to content

Commit

Permalink
Explicit import of NaivagationHelper in NavigationHelperUIKit target
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMyrants committed Mar 31, 2021
1 parent ddc4c6c commit 5241688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ let package = Package(
"FunctionalKit",
"Abstract",
"Log",
"RxSwift"
"RxSwift",
"NavigationHelper"
]),
.testTarget(
name: "NavigationHelperTests",
Expand Down

0 comments on commit 5241688

Please sign in to comment.