hey guys. is this a known issue? ```this version (...
# compose
d
hey guys. is this a known issue?
Copy code
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
this is not the issue, you must have kotlin 1.5.10 version to work with beta08
d
yep. that's why i've mentioned we use 1.5.10 🙂
and still have this error
n
are you using the same for
Copy code
composeOptions {
compose_version
}
a