New Null Checks
Kotlin 1.3.60 (1.4 preview)
no more: KotlinNullPointerException, IllegalStateException, IllegalArgumentException, TypeCastException
Now: java.lang.NullPointerException with message: JavaCode.getNull() must not be null
Back
Home
Next