2022-12-11 13:49:48 +01:00
|
|
|
plugins {
|
|
|
|
id "st-feature-conventions"
|
|
|
|
alias libs.plugins.kotlin.parcelize
|
|
|
|
}
|
2022-02-24 22:55:56 +01:00
|
|
|
|
|
|
|
dependencies {
|
2022-06-11 15:10:17 +02:00
|
|
|
compileOnly project(":domains:android:stub")
|
2022-02-24 22:55:56 +01:00
|
|
|
implementation project(":core")
|
2022-12-05 23:25:06 +01:00
|
|
|
implementation "chat-engine:chat-engine"
|
2022-02-24 22:55:56 +01:00
|
|
|
}
|