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
eyedol
03/25/2024, 6:33 PM
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
Rafael Costa
03/25/2024, 6:39 PM
Im still on 1.9.22
e
eyedol
03/25/2024, 6:42 PM
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...