I started using compose 1.0.0-alpha05 `ProvideEmp...
# compose
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