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
|
|
@ -2,7 +2,6 @@ plugins {
|
|||
id("io.element.android-compose-library")
|
||||
alias(libs.plugins.ksp)
|
||||
alias(libs.plugins.anvil)
|
||||
alias(libs.plugins.molecule)
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
@ -18,10 +17,10 @@ dependencies {
|
|||
anvil(project(":anvilcodegen"))
|
||||
implementation(project(":libraries:di"))
|
||||
implementation(project(":libraries:core"))
|
||||
implementation(project(":libraries:presentation"))
|
||||
implementation(project(":libraries:matrix"))
|
||||
implementation(project(":libraries:designsystem"))
|
||||
implementation(libs.appyx.core)
|
||||
implementation(libs.mavericks.compose)
|
||||
implementation(libs.datetime)
|
||||
implementation(libs.accompanist.placeholder)
|
||||
testImplementation(libs.test.junit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue