|
plugins {
|
|
id "st-feature-conventions"
|
|
id "org.jetbrains.kotlin.plugin.parcelize"
|
|
}
|
|
|
|
android {
|
|
namespace "app.dapk.st.navigator"
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly project(":domains:android:stub")
|
|
implementation project(":core")
|
|
implementation "chat-engine:chat-engine"
|
|
} |