Does anyone know if kotlin 1.6 has finally stabili...
# compose
m
Does anyone know if kotlin 1.6 has finally stabilized the compiler api so that future versions of compose beyond 1.1.x won’t be so tightly coupled to the kotlin version?
🚫 3
j
Remember to multiply all estimates by 3-5x!
😄 4
m
@jw I’m pretty sure your estimate is conservative.
I just went through the pain myself of upgrading our app from kotlin 1.6 and compose 1.1. It was minimally painful, but the changes to coroutines and coroutines-test were the major things i ran into. The binary compatibility at least seems fine, which is important for me as we’re a multi-library project with a host app that aggregates the features.