gildor
04/25/2018, 4:41 PMShawn
04/25/2018, 4:43 PMdwickern
04/25/2018, 4:45 PMgildor
04/25/2018, 4:49 PMpoohbar
04/25/2018, 5:09 PMKotlin = null-safe
Kotlin + Java = as safe as Java
It seems really hypocritical to sell Kotlin as a null-safe language when most of its power comes from reusing Java libraries anyway and if that's the case it is no longer any safer than Java.dwickern
04/25/2018, 7:28 PMgildor
04/26/2018, 1:18 AMKotlin + Java = as safe as JavaYes, but you always free to use Kotlin and have null safety. Also, even in case of using Java API Kotlin do not allow to propagate nulls further But again, maybe make sense to rise this question again and ask for some compiler flag or compiler plugin that force all non-annotated types as nullable. At least it will allow people to test this approach