https://kotlinlang.org logo
#compose
Title
# compose
i

itnoles

09/21/2021, 12:38 AM
So Kotlin 1.5.31 isn't compatible?
d

darkmoon_uk

09/21/2021, 1:32 AM
Compose uses a compiler plugin; the API for which is not yet stable between even minor versions of Kotlin. As a result, Compose versions are tightly-coupled to a specific Kotlin version. So officially (and probably in practice); no, it's not compatible. You can set a flag to ignore version check if you really want to; but for most users, it's better to wait for a version that's stated as being built against
1.5.31
.
However, @itnoles, by gaining this knowledge, you have incurred a debt, which must be paid thusly: When Kotlin
1.5.32
is released, be assured that someone will appear and ask "So, is Kotlin 1.5.32 compatible?". When that time comes, you know what you must do: repeat this sacred knowledge and the circle of Compose releases will be complete - ad nauseum.
😂 23
2
i

itnoles

09/21/2021, 1:37 AM
it is like a circle of Life. 😞
😁 2
h

hfhbd

09/21/2021, 7:08 AM
l

louiscad

09/21/2021, 11:21 AM
Compatible with compiler 1.1.0-alpha03 AFAIK.
👍 2
4 Views