We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setupAnvil()
1 parent eeec7cc commit 48a4a9dCopy full SHA for 48a4a9d
tools/templates/files/fileTemplates/Template Module Feature Build Gradle Impl.kts
@@ -1,20 +1,17 @@
1
+import extensions.setupAnvil
2
+
3
plugins {
4
id("io.element.android-compose-library")
- alias(libs.plugins.anvil)
5
id("kotlin-parcelize")
6
}
7
8
android {
9
namespace = "io.element.android.features.${MODULE_NAME}.impl"
10
11
-anvil {
12
- generateDaggerFactories.set(true)
13
-}
+setupAnvil()
14
15
dependencies {
16
- implementation(projects.anvilannotations)
17
- anvil(projects.anvilcodegen)
18
api(projects.features.${ MODULE_NAME }.api)
19
implementation(projects.libraries.core)
20
implementation(projects.libraries.architecture)
0 commit comments