2022-12-11 13:49:48 +01:00
|
|
|
plugins {
|
|
|
|
id "st-feature-conventions"
|
|
|
|
}
|
2022-05-29 20:53:45 +02:00
|
|
|
|
|
|
|
dependencies {
|
2022-12-05 23:25:06 +01:00
|
|
|
implementation "chat-engine:chat-engine"
|
2022-06-13 20:10:02 +02:00
|
|
|
implementation project(":domains:android:compose-core")
|
2022-05-29 20:53:45 +02:00
|
|
|
implementation project(":domains:android:viewmodel")
|
2022-12-05 23:25:06 +01:00
|
|
|
// implementation project(':domains:store')
|
2022-05-29 20:53:45 +02:00
|
|
|
implementation project(":core")
|
|
|
|
implementation project(":design-library")
|
2022-06-08 21:31:07 +02:00
|
|
|
implementation project(":features:navigator")
|
2022-05-29 20:53:45 +02:00
|
|
|
}
|