2022-06-11 14:29:47 +02:00
|
|
|
applyAndroidComposeLibraryModule(project)
|
2022-02-24 22:55:56 +01:00
|
|
|
|
|
|
|
dependencies {
|
2022-10-09 22:37:43 +02:00
|
|
|
implementation project(":chat-engine")
|
2022-02-24 22:55:56 +01:00
|
|
|
implementation project(":features:settings")
|
|
|
|
implementation project(':domains:store')
|
2022-11-28 19:57:50 +01:00
|
|
|
implementation 'screen-state:screen-android'
|
2022-06-11 15:10:17 +02:00
|
|
|
implementation project(":domains:android:compose-core")
|
2022-02-24 22:55:56 +01:00
|
|
|
implementation project(":design-library")
|
|
|
|
implementation project(":core")
|
2022-11-07 21:53:35 +01:00
|
|
|
|
|
|
|
kotlinTest(it)
|
|
|
|
|
2022-11-28 19:57:50 +01:00
|
|
|
testImplementation 'screen-state:state-test'
|
2022-11-07 21:53:35 +01:00
|
|
|
androidImportFixturesWorkaround(project, project(":matrix:common"))
|
|
|
|
androidImportFixturesWorkaround(project, project(":core"))
|
|
|
|
androidImportFixturesWorkaround(project, project(":domains:store"))
|
|
|
|
androidImportFixturesWorkaround(project, project(":domains:android:stub"))
|
|
|
|
androidImportFixturesWorkaround(project, project(":chat-engine"))
|
2022-02-24 22:55:56 +01:00
|
|
|
}
|