JohanBaskovec
Results
1
issues of
JohanBaskovec
Hi I tried using elemental2 with j2cl. My BUILD file contains this config : ``` load("@com_google_j2cl//build_defs:rules.bzl", "j2cl_library") j2cl_library( name = "javafrontendlib", srcs = glob([ "*.java", "*.js", ]), deps = [...