22 lines
995 B
Groovy
22 lines
995 B
Groovy
applyAndroidLibraryModule(project)
|
|
|
|
dependencies {
|
|
implementation project(":matrix:services:sync")
|
|
implementation project(":matrix:services:crypto")
|
|
implementation project(":features:navigator")
|
|
implementation project(':domains:store')
|
|
implementation project(":domains:android:core")
|
|
implementation project(":domains:android:viewmodel")
|
|
implementation project(":design-library")
|
|
implementation project(":core")
|
|
|
|
kotlinTest(it)
|
|
|
|
androidImportFixturesWorkaround(project, project(":matrix:services:sync"))
|
|
androidImportFixturesWorkaround(project, project(":matrix:services:crypto"))
|
|
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"))
|
|
} |