Arunkumar

Results 93 comments of 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.

Thanks for reporting, yes it should support (we are Bazel 6 as well), you can override version that Grazel generates with via https://github.com/grab/Grazel/blob/master/build.gradle#L150 this extension. > > Configure project :...

Hey hi, sorry the app is removed on Play Store. It will take some time for me to update to latest target SDK changes to return to Play Store. Meanwhile...