mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-29 02:30:14 +01:00
8 lines
187 B
Groovy
8 lines
187 B
Groovy
|
applyAndroidComposeLibraryModule(project)
|
||
|
|
||
|
dependencies {
|
||
|
implementation project(":core")
|
||
|
implementation project(":features:navigator")
|
||
|
api project(":domains:android:core")
|
||
|
}
|