Why it should not ? `value` is `nullable`
# android
m
Why it should not ?
value
is
nullable
r
Its a platform type. Because LiveData is written in Java , its hard for the Kotlin Compiler to infer what is not null. Getters back by Generic types in Java normally have this issue