Hello, is Material3 safe to be used? I mean, the l...
# compose
g
Hello, is Material3 safe to be used? I mean, the library version is in stable channel, but using Scaffold requires opting in for ExperimentalMaterial3Api 😅
g
Depends on what you mean "safe"
It is what annotating says, API may change in future, so for apps it means you have to migrate when updating, but not so safe for libraries until you propagate this annotation to all your own APIs which use it
c
I have used it for a month. And until now, I have no issue about it.
g
This annotation (as any similar kotlin, androidx annotation) is not about "issues" or lack of them, it's about stability of API, this API is not stable and can be changed/removed in future versions