Redo DI gradle setup code
This commit is contained in:
parent
6027651d85
commit
4ab62a6a38
85 changed files with 215 additions and 259 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* Please see LICENSE files in the repository root for full details.
|
||||
*/
|
||||
|
||||
import extension.setupAnvil
|
||||
import extension.setupDependencyInjection
|
||||
|
||||
plugins {
|
||||
id("io.element.android-compose-library")
|
||||
|
|
@ -21,7 +21,7 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
setupAnvil()
|
||||
setupDependencyInjection()
|
||||
|
||||
dependencies {
|
||||
api(projects.features.knockrequests.api)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue