Skip to content

Commit

Permalink
[Fix] #416 - DailySoptuneFeature -> PokeInterface 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwogus0128 committed Oct 22, 2024
1 parent 263807f commit 5c0e451
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SOPT-iOS/Projects/Features/DailySoptuneFeature/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ import DependencyPlugin
let project = Project.makeModule(
name: "DailySoptuneFeature",
targets: [.unitTest, .staticFramework, .demo, .interface],
internalDependencies: [
.Features.Poke.Interface
],
interfaceDependencies: [
.Features.BaseFeatureDependency
]
Expand Down

0 comments on commit 5c0e451

Please sign in to comment.