Extract dependencies from group com.google.auto.service into libs.versions.toml to avoid multiple PR to upgrade the 2 deps.
This commit is contained in:
parent
276bcac4aa
commit
321f33c74e
2 changed files with 11 additions and 3 deletions
|
|
@ -25,6 +25,6 @@ dependencies {
|
|||
implementation(libs.anvil.compiler.utils)
|
||||
implementation("com.squareup:kotlinpoet:1.14.2")
|
||||
implementation(libs.dagger)
|
||||
compileOnly("com.google.auto.service:auto-service-annotations:1.1.1")
|
||||
kapt("com.google.auto.service:auto-service:1.1.1")
|
||||
compileOnly(libs.google.autoservice.annotations)
|
||||
kapt(libs.google.autoservice)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue