With the compose compiler moving to the Kotlin repo, how will bug fixes between Kotlin versions get released?
eygraber
05/21/2024, 11:31 PM
Or is the new compose compiler plugin not versioned in step with Kotlin, so bug fixes could be made, but is guaranteed that when there is a new version of Kotlin it will immediately be compatible?
e
ephemient
05/21/2024, 11:52 PM
bugfixes for other in-repo compiler plugins are shipped with kotlin compiler releases, not sure there's a reason for compose to be special
I guess that's the tradeoff for being compatible with the Kotlin version. Although recently the bug fixes and new Kotlin version support from the Jetbrains compose compiler was pretty quick, so it would suck to lose the bug fixes in between Kotlin releases.