Hello peeps :wave: I have a question regarding ver...
# compose
v
Hello peeps đź‘‹ I have a question regarding versions of Compose Multiplatform and Android Studio. I've noticed since Compose MP 1.6.1, whenever I use
.let { ... }
in my Composables, Android Studio shows the error
Unresolved reference: let
. But I can run the app without compilation errors. If I use Compose MP 1.6.0, everything is fine. Has anyone encounter the same problem?
a
Update kotlin to 1.9.23
v