This version (1.0.0-alpha09) of the Compose Compiler requires Kotlin version 1.4.21 but you appear to be using Kotlin version 1.4.20 which is not known to be compatible.
Everywhere my project defines a Kotlin dependency we are using 1.4.21. I can see in my Gradle dependency report that something is forcing Kotlin to 1.4.20 in the
kolinCompilerClasspath
configuration, but I don’t see anything that would indicate what is doing that.
Any tips on troubleshooting?