ValV
09/08/2018, 10:00 PM!
AFAIK refers to Java types that can be null
. In Kotlin types that are nullable marked with ?
otherwise a type is not nullable (will contain data). Using Java !
types, you have to check it manually not to contain null value