Skip to content

Commit

Permalink
Add an explicit dependency on gson
Browse files Browse the repository at this point in the history
  • Loading branch information
tikurahul committed Dec 21, 2023
1 parent 03ac185 commit db72cc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcpbuildcache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies {
implementation(libs.google.protobuf.java)
implementation(libs.retrofit.core)
implementation(libs.retrofit.converter.gson)
implementation(libs.google.gson)
}

gradlePlugin {
Expand Down

0 comments on commit db72cc7

Please sign in to comment.