Move AppErrorView to the api module so that :appnav:root does not have to depend on a impl module.
This commit is contained in:
parent
8d80db199e
commit
8696b7361f
5 changed files with 5 additions and 8 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue