https://kotlinlang.org logo
Title
p

Paul Woitaschek

07/19/2022, 4:54 AM
Now that the compiler is decoupled: Why does it still take so long until a kotlin 1.7.10 release gets shipped? • 8.6: Kotlin 1.7.10 release • 8.6: KSP compatible release https://android-developers.googleblog.com/2022/06/independent-versioning-of-Jetpack-Compose-libraries.html?m=1 This reads to me like compose would now also release within the first few days after a minor kotlin release
e

ephemient

07/19/2022, 4:59 AM
until the releases pick up, you can get a 1.7.10-compatible compose compiler plugin here https://androidx.dev/storage/compose-compiler/repository
p

Paul Woitaschek

07/19/2022, 5:02 AM
Do you know if these releases stay published?
e

ephemient

07/19/2022, 5:07 AM
I don't know specifically how this one is managed, but that is typically assumed to be true of maven repositories.
a

Adam Powell

07/19/2022, 6:40 AM
There's some new codegen in the compiler plugin that isn't related to the Kotlin version update that we'd like to verify the stability of
j

jw

07/19/2022, 12:42 PM
How about patching the latest stable release on the same day as the Kotlin release and using minor versions to iterate on the actual implementation?