20 lines
832 B
Groovy
Raw Normal View History

applyAndroidComposeLibraryModule(project)
2022-02-24 21:55:56 +00:00
dependencies {
2022-10-09 21:37:43 +01:00
implementation project(":chat-engine")
2022-02-24 21:55:56 +00:00
implementation project(":features:settings")
implementation project(':domains:store')
2022-11-07 20:53:35 +00:00
implementation project(':domains:state')
implementation project(":domains:android:compose-core")
2022-02-24 21:55:56 +00:00
implementation project(":design-library")
implementation project(":core")
2022-11-07 20:53:35 +00:00
kotlinTest(it)
androidImportFixturesWorkaround(project, project(":matrix:common"))
androidImportFixturesWorkaround(project, project(":core"))
androidImportFixturesWorkaround(project, project(":domains:state"))
androidImportFixturesWorkaround(project, project(":domains:store"))
androidImportFixturesWorkaround(project, project(":domains:android:stub"))
androidImportFixturesWorkaround(project, project(":chat-engine"))
2022-02-24 21:55:56 +00:00
}