-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add explicit dependency on material icons for modules that use it. #9342
Conversation
Risky Change This is considered a risky change because it adjusts the sample app build.gradle, please review carefully. By adding the label |
Added the risky change label. We explicitly use these in the samples. It's wrong to assume you get these transitively. |
Diffuse output:
APK
DEX
|
Summary
All these modules reference
implementation libs.compose.materialIcons
, but didn't already have a declared dependency on it.Motivation
Working on getting some pre work done for upgrading compose.