does anybody updated to Arctic Fox Beta1, does the compilation works for you ? On my project it says I use kotlin-1.5.0 (I know compose isn't compatible with kotlin 1.5.0), while I'm not, it's just the kotlin intellij plugin... I tried to change compiler/api version on the AS settings without luck. Is there a solution or shall I rollback to alpha15 ?
It seems when I tried AS 7.1.0 just before, it switched
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
for classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0"
🙃 in my main build.gradle