Move some code to 'architecture' module

This commit is contained in:
ganfra 2023-01-04 21:09:59 +01:00
parent 2c19f97e15
commit 7fc69a70da
38 changed files with 48 additions and 67 deletions

View file

@ -5,9 +5,3 @@ plugins {
android {
namespace = "io.element.android.x.core"
}
dependencies {
api(libs.mavericks.compose)
api(libs.dagger)
api(libs.appyx.core)
}