2022-02-24 21:55:56 +00:00
|
|
|
applyAndroidLibraryModule(project)
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation project(":matrix:services:sync")
|
|
|
|
implementation project(":matrix:services:message")
|
|
|
|
implementation project(":matrix:services:room")
|
|
|
|
implementation project(":domains:android:core")
|
2022-03-05 18:53:59 +00:00
|
|
|
implementation project(":domains:android:viewmodel")
|
2022-02-24 21:55:56 +00:00
|
|
|
implementation project(":features:messenger")
|
|
|
|
implementation project(":core")
|
|
|
|
implementation project(":design-library")
|
2022-04-25 23:09:35 +01:00
|
|
|
implementation Dependencies.mavenCentral.coil
|
2022-03-13 17:36:52 +00:00
|
|
|
|
|
|
|
kotlinTest(it)
|
|
|
|
|
|
|
|
androidImportFixturesWorkaround(project, project(":matrix:services:sync"))
|
|
|
|
androidImportFixturesWorkaround(project, project(":matrix:services:message"))
|
|
|
|
androidImportFixturesWorkaround(project, project(":matrix:common"))
|
|
|
|
androidImportFixturesWorkaround(project, project(":core"))
|
|
|
|
androidImportFixturesWorkaround(project, project(":domains:store"))
|
|
|
|
androidImportFixturesWorkaround(project, project(":domains:android:viewmodel"))
|
|
|
|
androidImportFixturesWorkaround(project, project(":domains:android:stub"))
|
2022-02-24 21:55:56 +00:00
|
|
|
}
|