2022-02-24 21:55:56 +00:00
|
|
|
applyAndroidLibraryModule(project)
|
2022-08-18 19:42:25 +01:00
|
|
|
apply plugin: "org.jetbrains.kotlin.plugin.serialization"
|
2022-02-24 21:55:56 +00:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation project(':core')
|
2022-08-17 19:16:45 +01:00
|
|
|
implementation project(':domains:android:core')
|
2022-08-18 19:42:25 +01:00
|
|
|
implementation project(':domains:store')
|
2022-02-24 21:55:56 +00:00
|
|
|
implementation project(':matrix:services:push')
|
2022-08-31 17:44:17 +01:00
|
|
|
|
|
|
|
firebase(it, "messaging")
|
|
|
|
|
2022-08-18 19:42:25 +01:00
|
|
|
implementation Dependencies.mavenCentral.kotlinSerializationJson
|
2022-08-17 18:29:37 +01:00
|
|
|
implementation Dependencies.jitPack.unifiedPush
|
2022-02-24 21:55:56 +00:00
|
|
|
}
|