Skip to content

Commit

Permalink
[Chore/#104] Domain에 DSKit 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe0929 committed Nov 27, 2024
1 parent e3177d2 commit fc23a08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HMH_Tuist_iOS/Projects/Domain/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ let project = Project.makeModule(
name: "Domain",
targets: [.dynamicFramework],
internalDependencies: [
.core
.core,
.Modules.dsKit
]
)

0 comments on commit fc23a08

Please sign in to comment.