Skip to content

Commit

Permalink
feat: 의존성 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
flashdragon committed Nov 10, 2024
1 parent 35bca08 commit 905f4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature/diary/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ dependencies {
implementation(projects.core.designsystem)
implementation(projects.core.domain)
implementation(projects.core.model)
implementation(projects.core.data)

implementation(libs.androidx.core.ktx)
implementation(libs.androidx.appcompat)
implementation(project(":core:data"))
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)
Expand Down

0 comments on commit 905f4c0

Please sign in to comment.