From 565f6051d52d1d8a3eb364de1af96128dabf1d68 Mon Sep 17 00:00:00 2001 From: shwaaaa Date: Mon, 26 Feb 2024 17:01:44 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20::=20[#323]=20=EC=9D=98=EC=A1=B4?= =?UTF-8?q?=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/App/Sources/Application/NeedleGenerated.swift | 1 + Projects/Feature/InputAuthenticationFeature/Project.swift | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Projects/App/Sources/Application/NeedleGenerated.swift b/Projects/App/Sources/Application/NeedleGenerated.swift index be655119..a03a72a7 100644 --- a/Projects/App/Sources/Application/NeedleGenerated.swift +++ b/Projects/App/Sources/Application/NeedleGenerated.swift @@ -50,6 +50,7 @@ import StudentDetailFeatureInterface import StudentDomain import StudentDomainInterface import SwiftUI +import TeacherDomainInterface import TechStackAppendFeature import TechStackAppendFeatureInterface import TechStackDomain diff --git a/Projects/Feature/InputAuthenticationFeature/Project.swift b/Projects/Feature/InputAuthenticationFeature/Project.swift index 9147c882..02addfe7 100644 --- a/Projects/Feature/InputAuthenticationFeature/Project.swift +++ b/Projects/Feature/InputAuthenticationFeature/Project.swift @@ -7,6 +7,7 @@ let project = Project.makeModule( product: .staticLibrary, targets: [.interface, .unitTest, .demo], internalDependencies: [ - .Feature.BaseFeature + .Feature.BaseFeature, + .Feature.InputInformationBaseFeature ] )