Whats the issue with warning like these: ```'Surfa...
# compose
v
Whats the issue with warning like these:
Copy code
'Surface(Modifier = ..., Shape = ..., Color = ..., Color = ..., BorderStroke? = ..., Dp = ..., () -> Unit): Unit' is only available since Kotlin 1.4.30 and cannot be used in Kotlin 1.4
P.S:
Copy code
kotlin_version = '1.4.30'
compose_version = '1.0.0-alpha12'
a
your IDE plugin need to be 1.4.3
👍 1
v
Thanks Allan 🙂