mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-09 16:43:22 +01:00
14 lines
397 B
Groovy
14 lines
397 B
Groovy
applyAndroidLibraryModule(project)
|
|
apply plugin: "org.jetbrains.kotlin.plugin.serialization"
|
|
|
|
dependencies {
|
|
implementation project(':core')
|
|
implementation project(':domains:android:core')
|
|
implementation project(':domains:store')
|
|
|
|
firebase(it, "messaging")
|
|
|
|
implementation Dependencies.mavenCentral.kotlinSerializationJson
|
|
implementation Dependencies.jitPack.unifiedPush
|
|
}
|