Null safety In Kotlin
One of the most common pitfalls in many programming languages, including Java, is that accessing a member of a null reference will result in a null reference exception. In Java, this would be the equivalent of a NullPointerException or NPE for short....
rylexr2678.hashnode.dev8 min read