So is it possible to run Kotlin 1.5 in a project that uses Compose?
o
orangy
05/05/2021, 11:33 AM
Not yet, I’m afraid. I tried with compose for desktop, and it didn’t work even with suppressKotlinVersionCompatibilityCheck
d
darkmoon_uk
05/05/2021, 1:07 PM
I assume the compiler plugin component of Compose is highly sensitive to the language version, so we'll need a dedicated release before any part of Compose can work with 1.5.0.
darkmoon_uk
05/05/2021, 1:10 PM
It was mentioned by someone from Compose team before, that it will take in the order of 2 weeks for an updated release.