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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user