### Guava Version 33.3.0 ### Description After updating guava to 33.3.0 I am getting following error when building for Android Execution failed for task ':app:preDebugBuild'. > The following Android dependencies are set to compileOnly which is not supported: -> com.google.j2objc:j2objc-annotations:3.0.0 Most likely introduced by this change: https://github.com/google/guava/pull/6606 ### Example ```java - ``` ### Expected Behavior Compilation passes ### Actual Behavior Compilation fails ### Packages _No response_ ### Platforms Android ### Checklist - [X] I agree to follow the [code of conduct](https://github.com/google/.github/blob/master/CODE_OF_CONDUCT.md). - [X] I can reproduce the bug with the [latest](https://github.com/google/guava/releases/latest) version of Guava available.