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