Skip to content

Commit

Permalink
[Refactor] 의존성 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
syss220211 committed Jan 25, 2025
1 parent 97a6fec commit 4435507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let dependencyInfo: [DependencyInformation: [DependencyInformation]] = [
.TnTApp: [.Presentation, .Data],
.Presentation: [.DesignSystem, .Domain, .ComposableArchitecture],
.Domain: [.SwiftDepedencies],
.Data: [.Domain, .KakaoSDKUser],
.Data: [.Domain, .KakaoSDKUser, .SwiftDepedencies],
.DesignSystem: [.Lottie],
]

Expand Down

0 comments on commit 4435507

Please sign in to comment.