11 lines
395 B
Groovy
Raw Normal View History

applyAndroidComposeLibraryModule(project)
2022-02-24 21:55:56 +00:00
dependencies {
2022-10-09 21:37:43 +01:00
implementation project(":chat-engine")
2022-02-24 21:55:56 +00:00
implementation project(":features:settings")
implementation project(':domains:store')
implementation project(":domains:android:compose-core")
implementation project(":domains:android:viewmodel")
2022-02-24 21:55:56 +00:00
implementation project(":design-library")
implementation project(":core")
}