Got this error during upgrade to kotlin 1.4.32 ``...
# compose
j
Got this error during upgrade to kotlin 1.4.32
Copy code
e: This version (1.0.0-alpha13) of the Compose Compiler requires Kotlin version 1.4.31 but you appear to be using Kotlin version 1.4.32 which is not known to be compatible.  Please fix your configuration (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!).
I knew about this (that this needs to be suppressed if one wants to upgrade kotlin), but the curious thing is the “1.0.0-alpha13” version of compose compiler part. Why alpha13 if I’m using beta03?
r
If I understand it right, the Compose compiler is like the backend of Jetpack AND JetBrains Compose, so Jetpack
beta03
is coupled with Compse
1.0.0-alpha13
j
But where is that
1.0.0-alpha13
artifact? I couldn’t find it at https://maven.google.com/web/index.html
r
Not sure we have access to, this can be a Google/JetBrains internal thing package with Jetpack / Desktop Compose