smalltalk-matrix/features/settings/build.gradle

23 lines
1.0 KiB
Groovy
Raw Normal View History

applyAndroidComposeLibraryModule(project)
2022-02-24 22:55:56 +01:00
dependencies {
implementation project(":matrix:services:sync")
implementation project(":matrix:services:crypto")
implementation project(":features:navigator")
implementation project(':domains:store')
2022-08-18 20:42:25 +02:00
implementation project(':domains:android:push')
implementation project(":domains:android:compose-core")
implementation project(":domains:android:viewmodel")
2022-02-24 22:55:56 +01:00
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"))
2022-02-24 22:55:56 +01:00
}