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
|
|
@ -15,6 +15,6 @@ android {
|
|||
|
||||
dependencies {
|
||||
api(libs.androidx.workmanager.runtime)
|
||||
|
||||
implementation(projects.libraries.architecture)
|
||||
implementation(projects.libraries.matrix.api)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue