We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78b1a67 + 83a8bee commit e36b7abCopy full SHA for e36b7ab
feature/foryou/build.gradle.kts
@@ -29,7 +29,7 @@ dependencies {
29
implementation(libs.accompanist.permissions)
30
implementation(projects.core.data)
31
implementation(projects.core.domain)
32
- implementation(project(":core:notifications"))
+ implementation(projects.core.notifications)
33
34
testImplementation(libs.hilt.android.testing)
35
testImplementation(libs.robolectric)
0 commit comments