Skip to content

Commit

Permalink
Resolve package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shin-usu committed Sep 5, 2024
1 parent 576583b commit 10daa0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-ios/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ let package = Package(
dependencies: [
.tca,
.kmpClient,
.theme
.theme,
.commonComponents,
]
),
.testTarget(
Expand Down

0 comments on commit 10daa0a

Please sign in to comment.