Ben Lee

Results 50 comments of Ben Lee

This was originally reported [here](https://github.com/bazelbuild/bazel/issues/15742) but has been broken out into a new issue specifically reporting the warnings.

@ted-xie not that i'm aware of but we haven't used the `dx`, nor does it actually work in our codebase. We hit errors like these https://github.com/bazelbuild/bazel/issues/15742#issuecomment-1168157842

If it helps, I did a bisect to figure out which version of R8/D8 this issue was introduced in and found that the switch from version 2.1.96 (builds with with...

Just to refine this search a bit more in case it helps, it seems like the stack map issues were introduced in 2.2.60.

For those that are waiting on a new release, you can use rules_jvm_external from HEAD using specific commits. ```python # Rules JVM External _RULES_JVM_EXTERNAL_VERSION = "COMMIT_TO_USE_GOES_HERE" http_archive( name = "rules_jvm_external",...

@danielmachlab are you still planning on merging this? This is something that we'd like to use internally.

@larsrc-google is this something you'd be interested in merging to clean up the multiplex worker flags on the Android side?

@sgowroji would you be able to help triage this one?

@Kvarnefalk This currently does not work in rules_kotlin and it's something that we probably need to support, and we'll need to do some further investigation to figure out how to...

@Kvarnefalk were you able to get this working?