mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-03 04:47:32 +01:00
0c113896c1
- meant moving the base preferences to the core module and allowing the activity to recreate itself if the theme congifuration has changed
9 lines
233 B
Groovy
9 lines
233 B
Groovy
applyAndroidComposeLibraryModule(project)
|
|
|
|
dependencies {
|
|
implementation project(":core")
|
|
implementation project(":features:navigator")
|
|
implementation project(":design-library")
|
|
api project(":domains:android:core")
|
|
}
|