Just add this to the box/column/whatever the main content is inside the drawerContent:
modifier = Modifier.clickable (
enabled = true,
onClickLabel = null,
role = null,
onClick = {},
interactionSource = remember { MutableInteractionSource() },
indication = null )
also make sure gesturesEnabled is set to true