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 d6698cc commit 3ccda3aCopy full SHA for 3ccda3a
build.gradle
@@ -44,8 +44,8 @@ dependencies {
44
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
45
testImplementation group: 'junit', name: 'junit', version: '4.12'
46
47
- compileOnly "com.google.auto.service:auto-service:1.0-rc2"
48
- kapt "com.google.auto.service:auto-service:1.0-rc2"
+ compileOnly "com.google.auto.service:auto-service:1.0-rc7"
+ kapt "com.google.auto.service:auto-service:1.0-rc7"
49
50
testImplementation "org.assertj:assertj-core:3.11.1"
51
testImplementation "org.mockito:mockito-core:3.2.4"
0 commit comments