Add missing dependency in `:app` module

pull/1837/head
Simon Marquis 1 year ago
parent 85491e0f53
commit e7b01da5ee

@ -112,6 +112,7 @@ dependencies {
kspTest(libs.hilt.compiler) kspTest(libs.hilt.compiler)
testImplementation(projects.core.dataTest) testImplementation(projects.core.dataTest)
testImplementation(projects.core.datastoreTest)
testImplementation(libs.hilt.android.testing) testImplementation(libs.hilt.android.testing)
testImplementation(projects.sync.syncTest) testImplementation(projects.sync.syncTest)

Loading…
Cancel
Save