Redo DI gradle setup code
This commit is contained in:
parent
6027651d85
commit
4ab62a6a38
85 changed files with 215 additions and 259 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import extension.setupAnvil
|
||||
import extension.setupDependencyInjection
|
||||
|
||||
/*
|
||||
* Copyright 2022-2024 New Vector Ltd.
|
||||
|
|
@ -15,7 +15,7 @@ android {
|
|||
namespace = "io.element.android.services.appnavstate.api"
|
||||
}
|
||||
|
||||
setupAnvil()
|
||||
setupDependencyInjection()
|
||||
|
||||
dependencies {
|
||||
implementation(libs.coroutines.core)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import extension.setupAnvil
|
||||
import extension.setupDependencyInjection
|
||||
|
||||
/*
|
||||
* Copyright 2022-2024 New Vector Ltd.
|
||||
|
|
@ -11,7 +11,7 @@ plugins {
|
|||
id("io.element.android-library")
|
||||
}
|
||||
|
||||
setupAnvil()
|
||||
setupDependencyInjection()
|
||||
|
||||
android {
|
||||
namespace = "io.element.android.services.appnavstate.impl"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue