2022-06-11 13:29:47 +01:00
|
|
|
applyAndroidComposeLibraryModule(project)
|
2022-02-24 21:55:56 +00:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation project(":matrix:services:sync")
|
|
|
|
implementation project(":matrix:services:crypto")
|
|
|
|
implementation project(":features:navigator")
|
|
|
|
implementation project(':domains:store')
|
2022-08-18 19:42:25 +01:00
|
|
|
implementation project(':domains:android:push')
|
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(":design-library")
|
|
|
|
implementation project(":core")
|
2022-03-05 18:53:59 +00:00
|
|
|
|
|
|
|
kotlinTest(it)
|
|
|
|
|
2022-03-06 14:22:32 +00:00
|
|
|
androidImportFixturesWorkaround(project, project(":matrix:services:sync"))
|
|
|
|
androidImportFixturesWorkaround(project, project(":matrix:services:crypto"))
|
2022-03-05 18:53:59 +00:00
|
|
|
androidImportFixturesWorkaround(project, project(":matrix:common"))
|
|
|
|
androidImportFixturesWorkaround(project, project(":core"))
|
2022-03-06 14:22:32 +00:00
|
|
|
androidImportFixturesWorkaround(project, project(":domains:store"))
|
2022-03-05 18:53:59 +00:00
|
|
|
androidImportFixturesWorkaround(project, project(":domains:android:viewmodel"))
|
2022-03-06 14:22:32 +00:00
|
|
|
androidImportFixturesWorkaround(project, project(":domains:android:stub"))
|
2022-02-24 21:55:56 +00:00
|
|
|
}
|