in `.kt` file, `findViewById()` should be returnin...
# android
e
in
.kt
file,
findViewById()
should be returning type
T!
, just cast it to a
T?
then you'll be fine
1