No, you can't ignore nullables in Kotlin. You have...
# android
c
No, you can't ignore nullables in Kotlin. You have to decide if a type is
T
or
T?
. You are making a decision.