Regarding kotlin version 1.6.0. I've been out of t...
# compose
c
Regarding kotlin version 1.6.0. I've been out of the loop for a bit, but now I updated my project to latest compose 1.1.0-beta04 and it requires kotlin 1.6.0. Weren't there a bunch of things that were broken because of kotlin 1.6.0? Should I just hold off on compose beta04? it doesn't even look like AS has a 1.6.0 kotlin plugin?
j
Every major release breaks things, overall enough things are working that we were able to upgrade, and if we're able to upgrade, that should a good sign for you too.
😂 3
I probably wouldn't wait, unless there is a particular bug that you know is impacting you and preventing you from upgrading.
👍 2
h
What about https://youtrack.jetbrains.com/issue/KT-49798? I thought, this issue was the (main) reason for 1.6.10? But androidx already uses 1.6.0?
a
That issue is MPP-only and IIRC Jetpack Compose published by Google isn’t multiplatform (KMP plugin isn’t used) so the issue is irrelevant.
👆 1
🙏 2