While using the view-based system, we can harmonize a color using the below code.
MaterialColors.harmonizeWithPrimary(context, colorToHarmonize)
In a project that is fully migrated to Jetpack Compose and all the color values are stored in the Color.kt
file, how do you apply harmonization to color at runtime?