firebase / firebase/firebase-android-sdk
The following Android dependencies are set to compileOnly which is not supported: com.google.j2objc:j2objc-annotations:2.8
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 710
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 34
Description
### [READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in __the code in this repository__.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
* For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/)
with the firebase tag.
* For general Firebase discussion, use the [firebase-talk](https://groups.google.com/forum/#!forum/firebase-talk)
google group.
* For help troubleshooting your application that does not fall under one
of the above categories, reach out to the personalized
[Firebase support channel](https://firebase.google.com/support/).
### [REQUIRED] Step 2: Describe your environment
* Android Studio version: Ladybug 2024.2.1 Canary 9
* Firebase Component: BOM
* Component version: 33.2.0
### [REQUIRED] Step 3: Describe the problem
#### Steps to reproduce:
- Upgrade BOM to 33.2.0 from 33.1.2.
- Build will fail saying
```
The following Android dependencies are set to compileOnly which is not supported:
-> com.google.j2objc:j2objc-annotations:2.8
```
#### Relevant Code:
No code change
Contributor guide
Assessment
This issue has not been assessed yet.