UnifiedPush WIP

This commit is contained in:
Benoit Marty 2023-04-11 11:19:44 +02:00 committed by Benoit Marty
parent adfcd61287
commit 95bafe4059
33 changed files with 376 additions and 215 deletions

View file

@ -33,6 +33,7 @@ plugins {
id("com.google.firebase.appdistribution") version "4.0.0"
id("org.jetbrains.kotlinx.knit") version "0.4.0"
id("kotlin-parcelize")
// TODO Move the plugin to the firebase module?
id("com.google.gms.google-services")
}