Add some refactoring and first simple test on RoomListPresenter
This commit is contained in:
parent
b3aa9f7ba2
commit
1f2a9026ea
30 changed files with 520 additions and 140 deletions
|
|
@ -18,16 +18,16 @@
|
|||
@Suppress("DSL_SCOPE_VIOLATION")
|
||||
plugins {
|
||||
id("io.element.android-compose-library")
|
||||
alias(libs.plugins.molecule)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "io.element.android.x.libraries.presentation"
|
||||
namespace = "io.element.android.x.libraries.architecture"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":libraries:core"))
|
||||
api(project(":libraries:di"))
|
||||
api(libs.dagger)
|
||||
api(libs.appyx.core)
|
||||
api(libs.molecule.runtime)
|
||||
api(libs.androidx.lifecycle.runtime)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue