23 lines
1.0 KiB
Groovy
23 lines
1.0 KiB
Groovy
applyAndroidLibraryModule(project)
|
|
|
|
dependencies {
|
|
implementation project(":matrix:services:sync")
|
|
implementation project(":matrix:services:message")
|
|
implementation project(":matrix:services:room")
|
|
implementation project(":domains:android:core")
|
|
implementation project(":domains:android:viewmodel")
|
|
implementation project(":features:messenger")
|
|
implementation project(":core")
|
|
implementation project(":design-library")
|
|
implementation("io.coil-kt:coil-compose:1.4.0")
|
|
|
|
kotlinTest(it)
|
|
|
|
androidImportFixturesWorkaround(project, project(":matrix:services:sync"))
|
|
androidImportFixturesWorkaround(project, project(":matrix:services:message"))
|
|
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"))
|
|
} |