Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add java-runtime usage attribute to the hiltCompileOnly configuration.
Requesting org.gradle.usage attribute of value java-runtime can help dependency resolution disambiguate from a dependency whose variants all match the consuming attributes. This is somewhat rare but can happen in big projects where Java/Kotlin libraries and/or android libraries are forced to have a single build variant (i.e. no debug, just release) as done in the AndroidX repo. RELNOTES=n/a PiperOrigin-RevId: 379593791
- Loading branch information