https://kotlinlang.org logo
Title
m

mattinger

03/02/2022, 11:18 PM
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

jw

03/03/2022, 12:06 AM
Remember to multiply all estimates by 3-5x!
😄 4
m

mattinger

03/03/2022, 4:43 PM
@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.