Is it correct to assume that with each Compose beta release, it gets more stable everytime? (Generally speaking)
👌 7
f
Filip Wiesner
04/07/2021, 8:32 AM
In general yes but I think only if you are not using any experimental features.
j
julioromano
04/07/2021, 8:33 AM
Yes, though keep in mind not all compose is “beta”. There are still many modules which are in alpha (e.g. navigation) and there are also APIs in the “beta” modules which are marked as requiring
@OptIn
.
Such stuff is still subject to change and therefore might not offer the same level of “stability” expected from the rest of the APIs.
👆 1
e
ephemient
04/07/2021, 4:06 PM
API stability and code stability are different things, as well. if Compose crashes or does the wrong thing, then regardless of the API stability of that component, it's a bug