Skip to content

Commit

Permalink
Use project :core;data
Browse files Browse the repository at this point in the history
  • Loading branch information
112RG committed Oct 21, 2023
1 parent 8a190a1 commit 10bbeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature/album/ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
}

dependencies {
implementation(project(mapOf("path" to ":core:data")))
implementation(project(":core:data"))
hilt()
compose()
activity()
Expand Down

0 comments on commit 10bbeb1

Please sign in to comment.