Add missing dependency in `:app` module

pull/1542/head
Simon Marquis 5 months ago
parent dac9a6a0fa
commit dc09a1428c

@ -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