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.
1 parent 6bb7590 commit f1279c7Copy full SHA for f1279c7
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