Move AppErrorView to the api module so that :appnav:root does not have to depend on a impl module.

This commit is contained in:
Benoit Marty 2026-04-08 17:29:29 +02:00
parent 8d80db199e
commit 8696b7361f
5 changed files with 5 additions and 8 deletions

View file

@ -51,7 +51,7 @@ dependencies {
implementation(projects.features.linknewdevice.api)
implementation(projects.features.share.api)
implementation(projects.services.apperror.impl)
implementation(projects.services.apperror.api)
implementation(projects.services.appnavstate.api)
implementation(projects.services.analytics.api)