Hey guys :wave: All standard library symbols show ...
# multiplatform
r
Hey guys 👋 All standard library symbols show as red on Android Studio when I use compose plugin 1.6.1. With 1.6.0 it is ok. I can still build the app and everything works, only IDE is being weird 😛 I imagine it could be KMP IDE plugin versioning issue, but Android studio shows I am using latest KMP plugin 🤔
❤️ 1
e
Are you on kotlin 1.9.23? I had a similar issue but after bumping kotlin from 1.9.22 to 1.9.23 it all looked good again.
🫂 1
r
Im still on 1.9.22
e
Oh that explains the issue. If you are able to update to 1.9.23 it should resolve it but yeah I can't tell if its an issue with the JB compose multiplatform 1.6.1 release or not...
r
that indeed fixed it thanks!
🙌 1