https://kotlinlang.org logo
#compose
Title
# compose
v

vipulasri

02/16/2021, 12:14 PM
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

allan.conda

02/16/2021, 12:18 PM
your IDE plugin need to be 1.4.3
👍 1
v

vipulasri

02/16/2021, 12:22 PM
Thanks Allan 🙂
2 Views