Skip to content

Commit 83a8bee

Browse files
Use typesafe project accessor
Change-Id: Ib9f0a68debaf75431fe45d5a81128e33e4885321
1 parent 1c2fe16 commit 83a8bee

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)