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