Skip to content

Commit

Permalink
Merge pull request #5 from facile-it/hotfix/borken-helperuikit
Browse files Browse the repository at this point in the history
Explicit import of NavigationHelper in NavigationHelperUIKit target
  • Loading branch information
ChrisMyrants authored Mar 31, 2021
2 parents ddc4c6c + 5241688 commit 1e53f80
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 1e53f80

Please sign in to comment.