Move theme to its own module

This commit is contained in:
Benoit Marty 2022-10-07 16:16:00 +02:00
parent ac1b146a78
commit e0167681e2
31 changed files with 122 additions and 0 deletions

View file

@ -14,3 +14,4 @@ dependencyResolutionManagement {
}
rootProject.name = "ElementX"
include ':app'
include ':libraries:ui:theme'