I started using compose 1.0.0-alpha05 `ProvideEmphasis(emphasis = EmphasisAmbient.current.medium)` ...
p
I started using compose 1.0.0-alpha05
ProvideEmphasis(emphasis = EmphasisAmbient.current.medium)
it is giving compiler error EmphasisAmbient is not resolved How to fix it
solution is to use useĀ 
AmbientEmphasisLevels
as suggested by @alorma