How can I convert this code to Kotlin?
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
window.decorView.systemUiVisibility = View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR
}
setContentView(R.layout.activity_login)
When I tried, the following warning appeared:
setter for systemUiVisibility: Int' is deprecated. Deprecated in Java 'SYSTEM_UI_FLAG_LIGHT_STATUS_BAR: Int' is deprecated. Deprecated in Java