Arunkumar
Arunkumar
We ended up using a patched ASM jar that ignores the size limit check in `computeMethodInfoSize` to fix this. Seems to have no impact at runtime.
Seems fixed by https://github.com/bazelbuild/bazel/commit/be486b17b8c6107abe729f30cf0aabc1d7d46cb5
Related https://github.com/bazelbuild/bazel/pull/14428
Thanks for reporting, it seems like grazel generated rules for Android Extensions parcelize but did not generate the maven dependency in `WORKSPACE` file. Do you use Android Extensions' Parcelize in...
Yes I meant that, does adding `implementation("org.jetbrains.kotlin:kotlin-parcelize-runtime:1.4.32")` to application build.gradle help?
We are planning to remove custom logic for compiler plugins and annotation processors in Grazel. Will address it as part of that effort.
Hey thanks for the report, will investigate this and get back.
Seems RBE is failing, will revisit.