Skip to content

Commit

Permalink
fix: build error 해결 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
lina0322 authored Aug 22, 2024
1 parent 9d94baf commit eae5b46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Projects/Core/DesignSystem/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ let project = Project(
.ResourceKit,
.ThirdParty.PopupView,
.ThirdParty.Kingfisher,
.ThirdParty.Lottie,
.Core.PPACModels
]
)
Expand Down
3 changes: 2 additions & 1 deletion Projects/Features/Search/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ let project = Project(
.Core.PPACNetwork,
.Feature.MemeDetail,
.ThirdParty.Dependency,
.ThirdParty.Kingfisher
.ThirdParty.Kingfisher,
.ThirdParty.SkeletonUI
]
)
]
Expand Down

0 comments on commit eae5b46

Please sign in to comment.