bazelbuild / bazelbuild/rules_android

Don't desugar library R classes

Open
#25 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.