Skip to content

Commit

Permalink
[CHORE] #14 : feature Module model, domain 종속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Oct 5, 2023
1 parent a06cbb7 commit fd443ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions feature/auth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ android {
}

dependencies {
implementation(project(":core:domain"))
implementation(project(":core:model"))
implementation(project(":core:designresource"))
implementation(project(":core:designsystem"))

Expand Down

0 comments on commit fd443ca

Please sign in to comment.