I haven't done anything android lately and never w...
# android
a
I haven't done anything android lately and never with kotlin; but looks like your submit_btn is null How/when do you initialize it? Shouldn't you do
submit_btn = findViewById(...);
or is it supposed to init stuff for you automagically?