Hello there. Got a question.. related to AS 3.0.1 ...
# android
d
Hello there. Got a question.. related to AS 3.0.1 and Kotlin, why inside a
![some_string].isNullOrEmpty()
if check the compiler complains about the nullability of the [some_string] and forces me to use
!!
operator ? Is it a bug currently known about, or am I missing something?