Apparently you can use Kotlin 1.4.20-M1, but just ...
# compose
a
Apparently you can use Kotlin 1.4.20-M1, but just have to
kotlinCompilerVersion
set to 1.4.10 in
composeOptions
in
build.gradle
j
kotlinCompilerVersion overrides your kotlin version, so if you do that, you're not actually using 1.4.20 anymore :P.
✔️ 1
a
🙃 hahaha, thanks for letting me know!