I'm also seeing a possibly painfully obvious error...
# getting-started
a
I'm also seeing a possibly painfully obvious error. I have
val context = submitButton.context
and then am calling
context.getString(R.string.next)
and it's telling me none of the following functions can be called with the arguments applied. I don't get it, because it's telling me one of the functions is getString(Int) and that's exactly what I'm doing with R.string.next, is it not?