Redo DI gradle setup code

This commit is contained in:
Jorge Martín 2025-08-25 08:56:45 +02:00
parent 6027651d85
commit 4ab62a6a38
85 changed files with 215 additions and 259 deletions

View file

@ -1,4 +1,4 @@
import extension.setupAnvil
import extension.setupDependencyInjection
/*
* Copyright 2023, 2024 New Vector Ltd.
@ -22,7 +22,7 @@ android {
}
}
setupAnvil()
setupDependencyInjection()
dependencies {
api(projects.features.ftue.api)