https://kotlinlang.org logo
#compose
Title
# compose
d

Dan Peluso

11/29/2021, 6:56 PM
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?
i

itnoles

11/29/2021, 7:11 PM
not yet
🙏 1
h

Hank

12/03/2021, 7:17 AM
Any solution for this issue?
d

Dan Peluso

12/06/2021, 3:06 PM
I think we're still waiting on an update from the compose compiler
i

itnoles

12/07/2021, 4:45 AM
Kotlin 1.6.10 coming. I guess they are waiting for that one.
2 Views