Skip to content

Commit

Permalink
chore: 의존성 추가 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Aug 21, 2024
1 parent affc7fa commit 4eb4108
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/notification/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ android {

dependencies {
implementation(projects.core.common)
implementation(projects.core.network)
}
1 change: 1 addition & 0 deletions domain/sign/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies {
api(projects.core.model)
implementation(projects.core.common)
implementation(projects.data.auth)
implementation(projects.data.notification)
implementation(libs.googleid)
implementation(libs.gms.play.services.auth)
}
1 change: 1 addition & 0 deletions feature/sign/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ dependencies {
implementation(projects.core.designSystem)
implementation(projects.core.common)
implementation(projects.domain.sign)
implementation(projects.domain.notification)
}

0 comments on commit 4eb4108

Please sign in to comment.