Thanks.
That seems like a huge restriction though, as a user of the APIs. You can't update Kotlin unless compose is compatible with it.
Also, in order to use compose's new version, you have to update Kotlin version as well.
e
ephemient
06/20/2021, 6:13 AM
Stable Compiler Plugin API is on the Kotlin roadmap (https://kotlinlang.org/docs/roadmap.html) but it is deferred pending other priorities. after Kotlin compiler's IR and API are stable, Compose may be able to target multiple Kotlin versions. no timeline (but not anytime soon)
👍 2
v
Vinícius Santos
06/22/2021, 2:07 AM
The compiler will be more stable starting in Kotlin 1.5, and the version requirements should be relaxed in the future.