Kotlin Periksa apakah EditText kosong

if(TextUtils.isEmpty(editText.getText().toString())){    
    //Do
}
Shirobachi