https://kotlinlang.org logo
d

Daniele B

03/08/2021, 2:11 PM
I am getting this error:
Copy code
e: This version (1.0.0-alpha13) of the Compose Compiler requires Kotlin version 1.4.30 but you appear to be using Kotlin version 1.4.31 which is not known to be compatible.
but I am actually using
1.0.0-beta01
everywhere, and I can’t see any place where I specified
1.0.0-alpha13
what’s the reason for that?