20 lines
823 B
Groovy
20 lines
823 B
Groovy
applyAndroidComposeLibraryModule(project)
|
|
|
|
dependencies {
|
|
implementation "chat-engine:chat-engine"
|
|
implementation project(":features:settings")
|
|
// implementation project(':domains:store')
|
|
implementation 'screen-state:screen-android'
|
|
implementation project(":domains:android:compose-core")
|
|
implementation project(":design-library")
|
|
implementation project(":core")
|
|
|
|
kotlinTest(it)
|
|
|
|
testImplementation 'screen-state:state-test'
|
|
androidImportFixturesWorkaround(project, project(":core"))
|
|
androidImportFixturesWorkaround(project, project(":domains:android:stub"))
|
|
// androidImportFixturesWorkaround(project, project(":chat-engine"))
|
|
// androidImportFixturesWorkaround(project, project(":matrix:common"))
|
|
// androidImportFixturesWorkaround(project, project(":domains:store"))
|
|
} |