@yole commented on
@Leon Linhart’s file
https://kotlinlang.slack.com/files/U4NLYMY9X/F7MKN8BJQ/pasted_image_at_2017_10_20_08_07_pm.png▾
: once again: IntelliJ's code analysis is
not performed when you compile your code from Gradle or the command line. in Kotlin, nullability is not an inspection feature, it's a compiler feature. and you don't want to have code that is highlighted as valid in the IDE and fails to compile from the command line