mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-05 14:27:51 +01:00
23 lines
1007 B
Groovy
23 lines
1007 B
Groovy
applyAndroidComposeLibraryModule(project)
|
|
|
|
dependencies {
|
|
implementation project(":chat-engine")
|
|
implementation project(":features:navigator")
|
|
implementation project(':domains:store')
|
|
implementation project(':domains:android:push')
|
|
implementation project(":domains:android:compose-core")
|
|
implementation project(":domains:android:viewmodel")
|
|
implementation 'screen-state:screen-android'
|
|
implementation project(":design-library")
|
|
implementation project(":core")
|
|
|
|
kotlinTest(it)
|
|
|
|
testImplementation 'screen-state:state-test'
|
|
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"))
|
|
androidImportFixturesWorkaround(project, project(":chat-engine"))
|
|
} |