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.
1 parent 75c0b7a commit 96a2412Copy full SHA for 96a2412
core/build.gradle
@@ -16,8 +16,8 @@ buildConfig {
16
}
17
18
dependencies {
19
- compileOnly "com.google.auto.service:auto-service:1.0"
20
- kapt "com.google.auto.service:auto-service:1.0-rc7"
+ compileOnly "com.google.auto.service:auto-service:1.0.1"
+ kapt "com.google.auto.service:auto-service:1.0.1"
21
22
23
testImplementation 'com.squareup:kotlinpoet:1.10.2'
0 commit comments