Move RoomLastMessageFormatter and related class and resource to the new module eventformatter, in order to prepare rendering of state event in the timeline.

This commit is contained in:
Benoit Marty 2023-05-16 11:45:58 +02:00 committed by Benoit Marty
parent 5f81ac82e0
commit 9d66af834d
29 changed files with 406 additions and 259 deletions

View file

@ -74,6 +74,7 @@ fun DependencyHandlerScope.allLibrariesImpl() {
implementation(project(":libraries:matrixui"))
implementation(project(":libraries:network"))
implementation(project(":libraries:core"))
implementation(project(":libraries:eventformatter:impl"))
implementation(project(":libraries:permissions:impl"))
implementation(project(":libraries:push:impl"))
implementation(project(":libraries:push:impl"))