smalltalk-matrix/features/home/build.gradle

16 lines
634 B
Groovy
Raw Normal View History

applyAndroidComposeLibraryModule(project)
2022-02-24 22:55:56 +01:00
dependencies {
implementation project(":chat-engine")
2022-02-24 22:55:56 +01:00
implementation project(":features:directory")
implementation project(":features:login")
implementation project(":features:settings")
implementation project(":features:profile")
implementation project(":domains:android:compose-core")
implementation project(":domains:android:viewmodel")
2022-02-24 22:55:56 +01:00
implementation project(':domains:store')
2022-10-31 19:09:51 +01:00
implementation project(':domains:state')
2022-02-24 22:55:56 +01:00
implementation project(":core")
implementation project(":design-library")
implementation Dependencies.mavenCentral.coil
2022-02-24 22:55:56 +01:00
}