Fix bunch of issues around login/logout and introduces messages feature
This commit is contained in:
parent
bb88919bb3
commit
823cef8b7c
19 changed files with 314 additions and 89 deletions
|
|
@ -68,6 +68,7 @@ dependencies {
|
|||
implementation project(":libraries:matrix")
|
||||
implementation project(":features:login")
|
||||
implementation project(":features:roomlist")
|
||||
implementation project(":features:messages")
|
||||
|
||||
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.2.0"
|
||||
implementation 'io.github.raamcosta.compose-destinations:core:1.7.23-beta'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue