No need of DI for the LoadingNode.
This commit is contained in:
parent
6be09fedc7
commit
1cd75af666
6 changed files with 14 additions and 33 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import extension.setupDependencyInjection
|
||||
|
||||
/*
|
||||
* Copyright 2025 New Vector Ltd.
|
||||
*
|
||||
|
|
@ -15,10 +13,7 @@ android {
|
|||
namespace = "io.element.android.libraries.ui.common"
|
||||
}
|
||||
|
||||
setupDependencyInjection()
|
||||
|
||||
dependencies {
|
||||
implementation(projects.libraries.architecture)
|
||||
implementation(libs.appyx.core)
|
||||
implementation(projects.libraries.designsystem)
|
||||
implementation(projects.libraries.di)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue