Skip to content

Commit

Permalink
fix auto-value build
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAlbertos committed Sep 28, 2020
1 parent de1a2bb commit 9393e08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gson_auto_value/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ artifacts {

dependencies {
implementation project(':gson')
implementation project(':api')
implementation project(':common')

implementation 'com.google.code.gson:gson:2.8.6'

compileTestJava.dependsOn tasks.getByPath(':api:testClasses')
testImplementation files(project(':api').sourceSets.test.output.classesDirs)
Expand Down

0 comments on commit 9393e08

Please sign in to comment.