Skip to content

Commit

Permalink
💚 :: [#315] InputInformaionBaseFeature dependency 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuunseo committed Jan 20, 2024
1 parent 9ffb688 commit cf890d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Projects/Feature/InputTeacherInfoFeature/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ let project = Project.makeModule(
product: .staticLibrary,
targets: [.interface, .unitTest, .demo],
internalDependencies: [
.Feature.BaseFeature
.Feature.BaseFeature,
.Feature.InputInformationBaseFeature
]
)

0 comments on commit cf890d8

Please sign in to comment.