2022-06-11 13:29:47 +01:00
|
|
|
applyAndroidComposeLibraryModule(project)
|
2022-02-24 21:55:56 +00:00
|
|
|
|
|
|
|
dependencies {
|
2022-12-05 22:25:06 +00:00
|
|
|
implementation "chat-engine:chat-engine"
|
2022-02-24 21:55:56 +00:00
|
|
|
implementation project(":features:directory")
|
|
|
|
implementation project(":features:login")
|
|
|
|
implementation project(":features:settings")
|
|
|
|
implementation project(":features:profile")
|
2022-06-11 14:10:17 +01:00
|
|
|
implementation project(":domains:android:compose-core")
|
2022-03-05 18:53:59 +00:00
|
|
|
implementation project(":domains:android:viewmodel")
|
2022-02-24 21:55:56 +00:00
|
|
|
implementation project(':domains:store')
|
2022-11-28 18:57:50 +00:00
|
|
|
implementation 'screen-state:screen-android'
|
2022-02-24 21:55:56 +00:00
|
|
|
implementation project(":core")
|
|
|
|
implementation project(":design-library")
|
2022-09-28 19:51:24 +01:00
|
|
|
implementation Dependencies.mavenCentral.coil
|
2022-02-24 21:55:56 +00:00
|
|
|
}
|