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

@ -47,6 +47,7 @@ android {
}
dependencies {
implementation project(":libraries:ui:theme")
implementation 'androidx.core:core-ktx:1.9.0'
implementation "androidx.compose.ui:ui:$compose_version"