Introduce AppNavigationStateService.

This commit is contained in:
Benoit Marty 2023-03-16 11:29:52 +01:00
parent 9a2c418668
commit 137e9b61f0
14 changed files with 444 additions and 0 deletions

View file

@ -48,6 +48,8 @@ dependencies {
implementation(projects.tests.uitests)
implementation(libs.coil)
implementation(projects.services.appnavstate.api)
testImplementation(libs.test.junit)
testImplementation(libs.coroutines.test)
testImplementation(libs.molecule.runtime)