Skip to content

Commit

Permalink
chore: 모듈 의존성 추가 #52
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Aug 12, 2024
1 parent 8b723c3 commit 132ab4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion feature/sign/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ android {
dependencies {
implementation(projects.core.designSystem)
implementation(projects.core.common)

implementation(projects.domain.sign)
implementation(libs.googleid)
implementation(libs.gms.play.services.auth)
}

0 comments on commit 132ab4b

Please sign in to comment.