Is it correct to assume that with each Compose beta release, it gets more stable everytime? (General...
o
Is it correct to assume that with each Compose beta release, it gets more stable everytime? (Generally speaking)
👌 7
f
In general yes but I think only if you are not using any experimental features.
j
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
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