Ben Lee

Results 103 comments of Ben Lee

> are all *.kt and *.java sources passed to KSP processors? They should be. `_run_kt_builder_action` doesn't do any filtering on specific source types and just passes `srcs.all_srcs` into the `KotlinCompile`...

@ted-xie to quickly circle back here - this doesn't seem to be an issue using R8 instead of Proguard.

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

@keithl-stripe There are a few other actions in this repo like `CreateAar` and `JarFilter` that would benefit greatly from having worker support. Can this worker implementation be made a bit...

Has any progress been made on this one? We also heavily use `rules_jvm_external` and having auto-complete support for this would be a huge quality-of-life improvement for our users.

@sgowroji this is another low hanging bug that impacts most Java/Android teams. Could you help triage this one as well?

This is also something that we've seen here at Lyft in our Android mono repo. We also built out worker support for all of the JVM processes inside the aswb...

Are you still able to reproduce this on a newer version of Bazel where the `JavaPluginInfo` provider exists? When `rules_kotlin` has access to this new provider, it doesn't apply the...

Circling back here - I looked into this issue some. From what I saw the plugins are in fact being picked up correctly. I haven't figured out why but I...