Continue setting up dagger
This commit is contained in:
parent
4452abb461
commit
b7f84f65a8
14 changed files with 177 additions and 31 deletions
|
|
@ -1,5 +1,6 @@
|
|||
plugins {
|
||||
id("io.element.android-library")
|
||||
alias(libs.plugins.anvil)
|
||||
kotlin("plugin.serialization") version "1.7.20"
|
||||
}
|
||||
|
||||
|
|
@ -7,8 +8,13 @@ android {
|
|||
namespace = "io.element.android.x.sdk.matrix"
|
||||
}
|
||||
|
||||
anvil {
|
||||
generateDaggerFactories.set(true)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":libraries:rustsdk"))
|
||||
implementation(project(":libraries:daggerscopes"))
|
||||
implementation(project(":libraries:core"))
|
||||
implementation(libs.timber)
|
||||
implementation("net.java.dev.jna:jna:5.12.1@aar")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue