https://kotlinlang.org logo
p

Prashant Priyadarshi

10/27/2020, 7:06 AM
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
4 Views