23 lines
867 B
Groovy
Raw Normal View History

2022-02-24 21:55:56 +00:00
applyAndroidLibraryModule(project)
dependencies {
2022-10-12 20:52:02 +01:00
implementation project(":chat-engine")
2022-02-24 21:55:56 +00:00
implementation project(':domains:store')
implementation project(":domains:android:work")
2022-02-24 21:55:56 +00:00
implementation project(':domains:android:push')
implementation project(":domains:android:core")
implementation project(":core")
implementation project(":domains:android:imageloader")
implementation project(":features:messenger")
implementation project(":features:navigator")
2022-02-24 21:55:56 +00:00
2022-10-12 20:52:02 +01:00
2022-08-18 19:42:25 +01:00
implementation Dependencies.mavenCentral.kotlinSerializationJson
kotlinTest(it)
androidImportFixturesWorkaround(project, project(":core"))
androidImportFixturesWorkaround(project, project(":matrix:common"))
2022-10-12 20:52:02 +01:00
androidImportFixturesWorkaround(project, project(":chat-engine"))
androidImportFixturesWorkaround(project, project(":domains:android:stub"))
2022-02-24 21:55:56 +00:00
}