Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable module annotation processor with gradle #25922

Closed
Closed
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ReactAndroid/src/main/third-party/java/javapoet/BUCK
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
  • Loading branch information
janicduplessis and cortinico committed Feb 11, 2022
commit 01e8c9c1e9ad52101210a55b036d15976b83a133
5 changes: 4 additions & 1 deletion ReactAndroid/src/main/third-party/java/javapoet/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ load("//tools/build_defs/oss:rn_defs.bzl", "rn_prebuilt_jar")
rn_prebuilt_jar(
name = "javapoet",
binary_jar = ":jsr305-binary.jar",
visibility = ["//ReactAndroid/...", "//packages/annotations-compiler/..."],
visibility = [
"//ReactAndroid/...",
"//packages/annotations-compiler/...",
],
)

fb_native.remote_file(
Expand Down