Remove dependency to Anvil from modules that do not use it.
This commit is contained in:
parent
2b86ff4dfb
commit
cf5c4df95d
1 changed files with 0 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import config.BuildTimeConfig
|
||||
import extension.buildConfigFieldStr
|
||||
import extension.setupAnvil
|
||||
|
||||
/*
|
||||
* Copyright 2022-2024 New Vector Ltd.
|
||||
|
|
@ -42,8 +41,6 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
setupAnvil()
|
||||
|
||||
dependencies {
|
||||
implementation(projects.libraries.di)
|
||||
implementation(libs.dagger)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue