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