а вот это связка
val navView: NavigationView = findViewById(R.id.nav_view)
// setupDrawerContent(navView)
navController = findNavController(R.id.nav_host_fragment)
appBarConfiguration = AppBarConfiguration(setOf(R.id.nav_auth, R.id.nav_new_pay, R.id.nav_settings, R.id.nav_transaction_list, R.id.nav_out, R.id.nav_instruction), drawerLayout)
setupActionBarWithNavController(navController, appBarConfiguration)
navView.setupWithNavController(navController)
navView.setNavigationItemSelectedListener(this)