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
WindowCompat.setDecorFitsSystemWindows(window, false)
Watch this tutorial from official Android Developers channel.