Material You using Jetpack Compose
GDGCPT 2/22: A Deep Dive into Jetpack Compose
Android Code Search (https://cs.android.com/) - Material 3 Samples
These samples are related with the Compose Material 3 Google Play Store App - https://play.google.com/store/apps/details?id=androidx.compose.material.catalog
Implementing Material You using Jetpack Compose
Material You & Figma: Bringing Dynamic Color & brand together - Rody Davis, Ivy Knight (Schema 2021)
Tools
Jetchat sample
Material 3 Samples - source code on AOSP
Material 3 Compose components
Code With the Italian - Repo - Bundel
In this repo we can see how to keep M2 alongside with M3 in a project.
Gist - Using both Material 3 and material components in Compose within the same theme
If you want to move to Material 3 w/ Jetpack Compose but also still need components from the material package, then you can wrap the two MaterialTheme instances in your theme. This gist maps most of the colors and typography from new to old