Skip to content

Remove material-icons-core dependency from material #2029

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 3 commits into from
Apr 17, 2025

Conversation

MatkovIvan
Copy link
Member

It was removed 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

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 merged commit d8d31bc into jb-main Apr 17, 2025
9 checks passed
@MatkovIvan MatkovIvan deleted the ivan.matkov/remove-icons-core-2 branch April 17, 2025 09:25
MatkovIvan added a commit that referenced this pull request Apr 17, 2025
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")
    ```
Kpotko pushed a commit that referenced this pull request Apr 17, 2025
…2029) (#2030)

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")
    ```
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.

4 participants