I have updated the project target API version to 30, and now I see that the systemUiVisibility property is deprecated.
The following kotlin code is the one I\'m using
As of version 1.5.0-alpha02, androidx.core has WindowCompat.setDecorFitsSystemWindows()
1.5.0-alpha02
androidx.core
WindowCompat.setDecorFitsSystemWindows()
To enable edge-to-edge:
WindowCompat.setDecorFitsSystemWindows(window, false)