Refactor some modules + add dependency management (still WIP)

This commit is contained in:
ganfra 2022-10-27 19:24:57 +02:00
parent 71ca64644a
commit 83ac870c92
89 changed files with 854 additions and 580 deletions

View file

@ -0,0 +1,7 @@
plugins {
id("io.element.android-compose")
}
android {
namespace = "io.element.android.x.libraries.designsystem"
}