We can have Navigation Drawer in JetpackCompose by using Scaffold as below
Scaffold
Scaffold( drawerContent = { Text(text ="Drawer") } ) {}