Котлин проверяет, пуст ли EditText

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