smalltalk-matrix/features/verification/build.gradle

11 lines
305 B
Groovy
Raw Permalink Normal View History

2022-12-11 13:49:48 +01:00
plugins {
id "st-feature-conventions"
}
2022-02-24 22:55:56 +01:00
dependencies {
implementation "chat-engine:chat-engine"
implementation project(":domains:android:compose-core")
implementation project(":domains:android:viewmodel")
2022-02-24 22:55:56 +01:00
implementation project(":design-library")
implementation project(":core")
}