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
gildor
12/27/2022, 1:31 PM
Depends on what you mean "safe"
gildor
12/27/2022, 1:35 PM
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
chanjungskim
12/28/2022, 10:37 PM
I have used it for a month. And until now, I have no issue about it.
g
gildor
12/29/2022, 3:25 AM
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