https://kotlinlang.org logo
Title
d

deviant

06/03/2021, 1:12 PM
hey guys. is this a known issue?
this version (1.0.0-beta08) of the Compose Compiler requires Kotlin version 1.5.10 but you appear to be using Kotlin version 1.4.31 which is not known to be compatible.  Please fix your configuration (or `suppressKotlinVersionCompatibilityCheck` but don’t say I didn’t warn you!).
ps: we use kotlin 1.5.10 and compose beta8
n

Nipun Rajput

06/03/2021, 1:34 PM
this is not the issue, you must have kotlin 1.5.10 version to work with beta08
d

deviant

06/03/2021, 1:35 PM
yep. that's why i've mentioned we use 1.5.10 🙂
and still have this error
n

Nipun Rajput

06/03/2021, 1:36 PM
are you using the same for
composeOptions {
compose_version
}
a

Arkadii Ivanov

06/03/2021, 3:42 PM