Skip to content

Commit

Permalink
Include guava (dep of dagger-compiler) into eclipse plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Apanatshka committed Oct 20, 2023
1 parent 12cab9e commit e3ca719
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lwb.distrib/spoofax.lwb.eclipse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ val privatePackage = listOf(
"dagger.model.*;-split-package:=merge-first",
"dagger.*",
"dagger.internal.*",
"com.google.common.*",
"com.google.common.util.concurrent.internal.*",
"com.squareup.javapoet.*",
"kotlin.*;-split-package:=merge-first",
"javax.annotation.*;-split-package:=merge-first",
Expand Down

0 comments on commit e3ca719

Please sign in to comment.