Skip to content

Commit

Permalink
Fix Gradle build for Flipper plugin
Browse files Browse the repository at this point in the history
Differential Revision: D65074517
  • Loading branch information
Abbondanzo authored and facebook-github-bot committed Oct 28, 2024
1 parent f29925c commit e251b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/flipper-fresco-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ android {
implementation project(':middleware')
implementation project(':tools:flipper')
implementation project(':ui-common')
implementation Deps.inferAnnotation
implementation Deps.Tools.Flipper.flipper
compileOnly Deps.jsr305

Expand Down
1 change: 1 addition & 0 deletions vito/litho/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies {
implementation project(':fbcore')
implementation project(':middleware')
implementation project(':ui-common')
implementation project(':urimod')
implementation project(':vito:core')
implementation project(':vito:options')
implementation project(':vito:provider')
Expand Down

0 comments on commit e251b9a

Please sign in to comment.