Create Presentation module and remove Presenter from core
This commit is contained in:
parent
a53aae132d
commit
1893e6866e
8 changed files with 22 additions and 7 deletions
14
libraries/presentation/build.gradle.kts
Normal file
14
libraries/presentation/build.gradle.kts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
plugins {
|
||||
id("io.element.android-library")
|
||||
alias(libs.plugins.molecule)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "io.element.android.x.libraries.presentation"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(libs.dagger)
|
||||
api(libs.appyx.core)
|
||||
api(libs.androidx.lifecycle.runtime)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue