Create Presentation module and remove Presenter from core

This commit is contained in:
ganfra 2023-01-04 12:11:12 +01:00
parent a53aae132d
commit 1893e6866e
8 changed files with 22 additions and 7 deletions

View 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)
}