Move some code to 'architecture' module
This commit is contained in:
parent
2c19f97e15
commit
7fc69a70da
38 changed files with 48 additions and 67 deletions
16
libraries/architecture/build.gradle.kts
Normal file
16
libraries/architecture/build.gradle.kts
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
plugins {
|
||||
id("io.element.android-compose-library")
|
||||
alias(libs.plugins.molecule)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "io.element.android.x.libraries.presentation"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":libraries:core"))
|
||||
api(libs.dagger)
|
||||
api(libs.appyx.core)
|
||||
api(libs.androidx.lifecycle.runtime)
|
||||
api(libs.mavericks.compose)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue