mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-13 02:23:26 +01:00
14 lines
289 B
Groovy
14 lines
289 B
Groovy
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"
|
|
} |