API modules do not need to setup dependency injection.
Move the implementation to the impl modules.
This commit is contained in:
parent
8cad6fba9f
commit
8285478688
43 changed files with 620 additions and 405 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import extension.setupDependencyInjection
|
||||
|
||||
/*
|
||||
* Copyright (c) 2025 Element Creations Ltd.
|
||||
* Copyright 2025 New Vector Ltd.
|
||||
|
|
@ -15,8 +13,6 @@ android {
|
|||
namespace = "io.element.android.libraries.workmanager.api"
|
||||
}
|
||||
|
||||
setupDependencyInjection()
|
||||
|
||||
dependencies {
|
||||
api(libs.androidx.workmanager.runtime)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue