Skip to content

Commit

Permalink
[refactor] #64 의존성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook123 committed Jan 7, 2024
1 parent 725078a commit ea9dd07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions core/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
plugins {
alias(libs.plugins.linkmind.android.library)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.linkmind.android.hilt)
}

android {
Expand Down
1 change: 0 additions & 1 deletion feature/login/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ dependencies {
implementation(projects.domain.linkminddomain)
implementation(projects.domain.oauthdomain)
implementation(projects.core.designsystem)
implementation(projects.feature.maincontainer)
}

0 comments on commit ea9dd07

Please sign in to comment.