smalltalk-matrix/features/navigator/build.gradle

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"
}