I'm new to amdroid development. I'm trying to learn jetpack compose using official documentation and compose material catalog app by google. However, in their, I can see material 3 has bottomsheetscaffold, modalBottomsheet, and other components like vertical and horizontal pagers. However, when i create a new project in android Studio, I can't find those components. I can only use surface, scaffold, text, and some other basic components.
I've tried updating the android Studio, but nothing works. How can I get all the missing components