Ben Lee

Results 47 issues of Ben Lee

### Description of the bug: After updating to rolling release 6.0.0-pre.20220526.1, CompatDx produces a massive amount of "stack map table" warnings. ``` Warning in bazel-out/darwin_arm64-dbg/bin/apps/entertainment/bin_devRelease_proguard.jar:com/google/android/exoplayer2/upstream/cache/CacheDataSource.class at Lcom/google/android/exoplayer2/upstream/cache/CacheDataSource;getResponse Headers()Ljava/util/Map;: Expected stack...

type: bug
P2
team-Android

First pass at supporting KSP annotation processing as an alternative to Kapt. This PR runs KSP as part of the existing `KotlinCompile` action so that Kotlinc only has to be...

The Kotlin ABI compiler is not fully compatible with the `-Xbackend-threads` compiler flag and should be avoided until Jetbrains can fix the underlying issue. Jetbrains issue tracker: https://youtrack.jetbrains.com/issue/KT-52824/jvm-abi-gen-plugin-fails-with-Xbackend-threads Related conversations:...

component: jvm

With worker sandboxing enabled `depsMerger#readJarOwnerFromManifest` fails with a `NoSuchFileException` while attempting to read manifest information form JARs that aren't linked to the sandbox. It can be reproduced by building with...

type: bug
component: jvm
status: open - investigating
P1

Following up https://github.com/envoyproxy/envoy-mobile/pull/2249 to update the JDKs being pulled by CI to 11 Signed-off-by: Benjamin Lee

https://github.com/robolectric/robolectric-bazel/releases/tag/4.8.1 Signed-off-by: Benjamin Lee

The Jetpack compose example inside of rules_kotlin now [requires Android 31](https://buildkite.com/bazel/rules-kotlin-kotlin/builds/2443#fed0df94-c226-456f-8c32-09b5d201d6fb/234-258), which provides Android resources that [aren't available on API 30](https://buildkite.com/bazel/rules-kotlin-kotlin/builds/2441#eade85a5-3945-4432-8046-19e2f95ba830/234-276). The PR that's reliant on this new SDK version...

`rules_jvm_external` doesn't append the proper file extensions to the downloaded files which prevents direct consumption. This can be worked around by making a copy that has the correct file extension...