smalltalk-matrix/features/notifications/build.gradle

23 lines
875 B
Groovy
Raw Normal View History

2022-02-24 22:55:56 +01:00
applyAndroidLibraryModule(project)
dependencies {
implementation "chat-engine:chat-engine"
// implementation project(':domains:store')
implementation project(":domains:android:work")
2022-02-24 22:55:56 +01:00
implementation project(':domains:android:push')
implementation project(":domains:android:core")
implementation project(":core")
implementation project(":domains:android:imageloader")
implementation project(":features:messenger")
implementation project(":features:navigator")
2022-02-24 22:55:56 +01:00
2022-10-12 21:52:02 +02:00
2022-08-18 20:42:25 +02:00
implementation Dependencies.mavenCentral.kotlinSerializationJson
kotlinTest(it)
androidImportFixturesWorkaround(project, project(":core"))
androidImportFixturesWorkaround(project, project(":domains:android:stub"))
// androidImportFixturesWorkaround(project, project(":matrix:common"))
// androidImportFixturesWorkaround(project, project(":chat-engine"))
2022-02-24 22:55:56 +01:00
}