Is your feature request related to a problem? Please describe.
For Compose, we need to use com.google.android.material.color.MaterialColors to generate tonal values for our theme. The problem is that requires the legacy `com.google.android.material:material" artifact (which copied the class from https://github.com/material-foundation/material-color-utilities, by the way).
Describe the solution you'd like
Make the same class available in the androidx.compose.material3:material3 artifact.
Is your feature request related to a problem? Please describe. For Compose, we need to use
com.google.android.material.color.MaterialColors
to generate tonal values for our theme. The problem is that requires the legacy `com.google.android.material:material" artifact (which copied the class from https://github.com/material-foundation/material-color-utilities, by the way).Describe the solution you'd like Make the same class available in the
androidx.compose.material3:material3
artifact.