Move theme to its own module
This commit is contained in:
parent
ac1b146a78
commit
e0167681e2
31 changed files with 122 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue