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 7537c3de7c
commit 70df081840
29 changed files with 406 additions and 259 deletions

View file

@ -55,6 +55,7 @@ dependencies {
implementation(projects.libraries.architecture)
implementation(projects.libraries.core)
implementation(projects.libraries.dateformatter.impl)
implementation(projects.libraries.eventformatter.impl)
implementation(projects.features.invitelist.impl)
implementation(projects.features.roomlist.impl)
implementation(projects.features.leaveroom.impl)