mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-13 02:23:26 +01:00
11 lines
305 B
Groovy
11 lines
305 B
Groovy
plugins {
|
|
id "st-feature-conventions"
|
|
}
|
|
|
|
dependencies {
|
|
implementation "chat-engine:chat-engine"
|
|
implementation project(":domains:android:compose-core")
|
|
implementation project(":domains:android:viewmodel")
|
|
implementation project(":design-library")
|
|
implementation project(":core")
|
|
} |