'background(Color, Shape = ...): Modifier' is only...
# compose
u
'background(Color, Shape = ...): Modifier' is only available since Kotlin 1.4.30 and cannot be used in Kotlin 1.4 I am getting this compiler time error I am using alpha 12 version with canary 6 android studio
j
Update your Kotlin plugin to EAP Settings > Languages and Frameworks > Kotlin You need to switch to the 1.4x preview channel to get the correct version
1
👍 2