When assigning a view by id, why must we append th...
# android
n
When assigning a view by id, why must we append the "as <View>" shouldn't this be inferred?
val loginTextView : TextView = findViewById(R.id.login_button) as TextView
I feel like this was a recent warning I started getting, but maybe i'm wrong and just never noticed