bazelbuild / bazelbuild/rules_android
Don't desugar library R classes
Open
- Dominant language
- Java
- Stars
- 203
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
R classes produced by `android_library` are not used in the final binary, rather they are just used for Java compilation. As such it is wasteful to spend time desugaring them and this should be avoided.
Note - they shouldn't be dexed either since final R values are generated by `android_binary`
Contributor guide
Assessment
This issue has not been assessed yet.