Skip to content

Commit

Permalink
Update Gradle impl module template with setupAnvil() call (#3563)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp authored Sep 30, 2024
1 parent eeec7cc commit 48a4a9d
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
import extensions.setupAnvil

plugins {
id("io.element.android-compose-library")
alias(libs.plugins.anvil)
id("kotlin-parcelize")
}

android {
namespace = "io.element.android.features.${MODULE_NAME}.impl"
}

anvil {
generateDaggerFactories.set(true)
}
setupAnvil()

dependencies {
implementation(projects.anvilannotations)
anvil(projects.anvilcodegen)
api(projects.features.${ MODULE_NAME }.api)
implementation(projects.libraries.core)
implementation(projects.libraries.architecture)
Expand Down

0 comments on commit 48a4a9d

Please sign in to comment.