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
|
|
@ -21,6 +21,7 @@ setupDependencyInjection()
|
|||
|
||||
dependencies {
|
||||
api(projects.libraries.recentemojis.api)
|
||||
implementation(projects.libraries.architecture)
|
||||
implementation(projects.libraries.matrix.api)
|
||||
implementation(libs.kotlinx.collections.immutable)
|
||||
implementation(libs.matrix.emojibase.bindings)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue