mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-16 20:20:59 +01:00
9 lines
303 B
Groovy
9 lines
303 B
Groovy
applyAndroidComposeLibraryModule(project)
|
|
|
|
dependencies {
|
|
implementation "chat-engine:chat-engine"
|
|
implementation project(":domains:android:compose-core")
|
|
implementation project(":domains:android:viewmodel")
|
|
implementation project(":design-library")
|
|
implementation project(":core")
|
|
} |