Skip to content

Commit f1279c7

Browse files
authored
Fix project dependency declaration consistency
1 parent 6bb7590 commit f1279c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/foryou/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation(libs.accompanist.permissions)
3030
implementation(projects.core.data)
3131
implementation(projects.core.domain)
32-
implementation(project(":core:notifications"))
32+
implementation(projects.core.notifications)
3333

3434
testImplementation(libs.hilt.android.testing)
3535
testImplementation(libs.robolectric)

0 commit comments

Comments
 (0)