Remove dagger and anvil dependencies, try to simplify gradle build scripts a bit

This commit is contained in:
Jorge Martín 2025-08-25 09:21:20 +02:00
parent 629776b9a3
commit de8de61b2e
34 changed files with 8 additions and 57 deletions

View file

@ -36,7 +36,7 @@ plugins {
alias(libs.plugins.licensee)
alias(libs.plugins.kotlin.serialization)
// To be able to update the firebase.xml files, uncomment and build the project
// id("com.google.gms.google-services")
// alias(libs.plugins.gms.google.services)
}
setupKover()