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
itnoles
11/29/2021, 7:03 PM
expected, they are tied with specific kotlin versions
d
Dan Peluso
11/29/2021, 7:04 PM
is there a compose version for Kotlin 1.6 that we should be using instead?