Skip to content

[Cherry-pick] Remove material-icons-core dependency from material (#2029) #2030

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

Merged
merged 1 commit into from
Apr 17, 2025

Conversation

MatkovIvan
Copy link
Member

Fixes CMP-8007

Release Notes

Migration Notes - Multiple Platforms

  • material/material3 libraries no longer add a dependency to material-icons-core so if your project relied on that, you will have to explicitly add that dependency in your build.gradle[.kts] files:
    implementation("org.jetbrains.compose.material:material-icons-core:1.6.11")
    

It was
[removed](https://android-review.googlesource.com/c/platform/frameworks/support/+/3260612)
in Jetpack 1.7.1 without proper mention in the changelog, so we have to
align here. See #2022 for the same change in material3

Fixes [CMP-8007](https://youtrack.jetbrains.com/issue/CMP-8007)

## Release Notes
### Migration Notes - Multiple Platforms
- material/material3 libraries no longer add a dependency to
`material-icons-core` so if your project relied on that, you will have
to explicitly add that dependency in your `build.gradle[.kts]` files:
    ```

implementation("org.jetbrains.compose.material:material-icons-core:1.6.11")
    ```
@MatkovIvan MatkovIvan requested a review from Kpotko April 17, 2025 10:12
@Kpotko Kpotko merged commit 90d11f4 into release/1.8 Apr 17, 2025
6 of 9 checks passed
@Kpotko Kpotko deleted the ivan.matkov/cherry-pick-2029 branch April 17, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants