Introduce AppNavigationStateService.

This commit is contained in:
Benoit Marty 2023-03-16 11:29:52 +01:00
parent 192bb42106
commit 63fabed8ce
14 changed files with 444 additions and 0 deletions

View file

@ -207,6 +207,9 @@ dependencies {
implementation(projects.appnav)
anvil(projects.anvilcodegen)
// TODO Create allServiceImpl()
implementation(projects.services.appnavstate.impl)
// https://developer.android.com/studio/write/java8-support#library-desugaring-versions
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.2")
implementation(libs.appyx.core)