In compose 1.10.0-alpha01 MaterialExpressiveTheme ...
# compose
p
In compose 1.10.0-alpha01 MaterialExpressiveTheme API become internal. How to use it?
l
From the Material3 1.4 release notes: • All public APIs tagged with
ExperimentalMaterial3ExpressiveApi
or
ExperimentalMaterial3ComponentOverrideApi
have been removed, please switch to
1.5.0-alpha
to continue enjoying these features. (Ie4ae0) So you will need to upgrade to material3 1.5.0* alphas to use these APIs again
thank you color 1