Has anyone updated their project to Kotlin 1.6 wit...
# compose
d
Has anyone updated their project to Kotlin 1.6 with compose successfully? Trying to update now and getting this error from one of our modules:
Copy code
e: This version (1.0.5) of the Compose Compiler requires Kotlin version 1.5.31 but you appear to be using Kotlin version 1.6.0 which is not known to be compatible.  Please fix your configuration (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!).
i
expected, they are tied with specific kotlin versions
d
is there a compose version for Kotlin 1.6 that we should be using instead?
i
not yet
🙏 1
h
Any solution for this issue?
d
I think we're still waiting on an update from the compose compiler
i
Kotlin 1.6.10 coming. I guess they are waiting for that one.