In the module :libraries:matrix.api, change the dependencies to:
- libraries.sessionStorage.api - projects.libraries.architecture from `api` to `implementation`. Modules who need `:libraries:matrix.api` do not necessarily need to use the session storage api.
This commit is contained in:
parent
8b8eedb419
commit
4d0be69b4c
28 changed files with 33 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ android {
|
|||
|
||||
dependencies {
|
||||
api(projects.features.location.api)
|
||||
implementation(projects.libraries.architecture)
|
||||
implementation(projects.libraries.matrix.api)
|
||||
implementation(libs.appyx.core)
|
||||
implementation(projects.tests.testutils)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue