Merge branch 'develop' into renovate/com.google.auto.service-auto-service-annotations-1.x

This commit is contained in:
Benoit Marty 2023-06-14 10:25:08 +02:00 committed by GitHub
commit 4b42f33e08
180 changed files with 3340 additions and 1451 deletions

View file

@ -26,5 +26,5 @@ dependencies {
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.0")
kapt("com.google.auto.service:auto-service:1.1.1")
}