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 f23a493d4c
commit dca1c5b516
34 changed files with 8 additions and 57 deletions

View File

@@ -48,7 +48,6 @@ android {
setupDependencyInjection()
dependencies {
implementation(libs.dagger)
implementation(libs.androidx.corektx)
implementation(projects.features.enterprise.api)
implementation(projects.libraries.architecture)

View File

@@ -18,7 +18,6 @@ android {
setupDependencyInjection()
dependencies {
implementation(libs.dagger)
implementation(projects.features.enterprise.api)
implementation(projects.libraries.androidutils)
implementation(projects.libraries.core)