# --- BEGIN DEV OVERRIDES ---
# Use head versions of our project dependencies for testing purposes.
archive_override(
module_name = "j2cl",
strip_prefix = "j2cl-master",
urls = ["https://github.com/google/j2cl/archive/master.zip"],
)
archive_override(
module_name = "jsinterop_base",
strip_prefix = "jsinterop-base-master",
urls = ["https://github.com/google/jsinterop-base/archive/master.zip"],
)
# --- END DEV OVERRIDES ---
Generates Java annotated with JsInterop from JavaScript extern sources
@google/jsinterop-generator