Skip to content

Commit cf5c4df

Browse files
committed
Remove dependency to Anvil from modules that do not use it.
1 parent 2b86ff4 commit cf5c4df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libraries/matrix/api/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import config.BuildTimeConfig
22
import extension.buildConfigFieldStr
3-
import extension.setupAnvil
43

54
/*
65
* Copyright 2022-2024 New Vector Ltd.
@@ -42,8 +41,6 @@ android {
4241
}
4342
}
4443

45-
setupAnvil()
46-
4744
dependencies {
4845
implementation(projects.libraries.di)
4946
implementation(libs.dagger)

0 commit comments

Comments
 (0)