2022-06-11 14:29:47 +02:00
|
|
|
applyAndroidComposeLibraryModule(project)
|
2022-02-24 22:55:56 +01:00
|
|
|
|
|
|
|
dependencies {
|
2022-10-09 18:44:18 +02:00
|
|
|
implementation project(":chat-engine")
|
2022-02-24 22:55:56 +01:00
|
|
|
implementation project(":features:navigator")
|
|
|
|
implementation project(':domains:store')
|
2022-08-18 20:42:25 +02:00
|
|
|
implementation project(':domains:android:push')
|
2022-06-11 15:10:17 +02:00
|
|
|
implementation project(":domains:android:compose-core")
|
2022-03-05 19:53:59 +01:00
|
|
|
implementation project(":domains:android:viewmodel")
|
2022-02-24 22:55:56 +01:00
|
|
|
implementation project(":design-library")
|
|
|
|
implementation project(":core")
|
2022-03-05 19:53:59 +01:00
|
|
|
|
|
|
|
kotlinTest(it)
|
|
|
|
|
|
|
|
androidImportFixturesWorkaround(project, project(":matrix:common"))
|
|
|
|
androidImportFixturesWorkaround(project, project(":core"))
|
2022-03-06 15:22:32 +01:00
|
|
|
androidImportFixturesWorkaround(project, project(":domains:store"))
|
2022-11-03 10:04:25 +01:00
|
|
|
androidImportFixturesWorkaround(project, project(":domains:state"))
|
2022-03-05 19:53:59 +01:00
|
|
|
androidImportFixturesWorkaround(project, project(":domains:android:viewmodel"))
|
2022-03-06 15:22:32 +01:00
|
|
|
androidImportFixturesWorkaround(project, project(":domains:android:stub"))
|
2022-10-12 21:07:23 +02:00
|
|
|
androidImportFixturesWorkaround(project, project(":chat-engine"))
|
2022-02-24 22:55:56 +01:00
|
|
|
}
|