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 10eda19 commit 00b61a2Copy full SHA for 00b61a2
buildSrc/build.gradle.kts
@@ -54,8 +54,6 @@ dependencies {
54
implementation("com.google.auto.value:auto-value-annotations:1.11.0")
55
// When updating, update above in plugins too
56
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.2")
57
- // Needed for japicmp but not automatically brought in for some reason.
58
- implementation("com.google.guava:guava:33.4.6-jre")
59
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:3.19.2")
60
implementation("com.squareup:javapoet:1.13.0")
61
implementation("com.squareup.wire:wire-compiler")
0 commit comments