One of the most annoying aspects in writing code in Java is dealing with null elements. Having to place null check conditions everywhere just to make our code null-safe is something that probably most of us have suffered quite often. Kotlin provides different mechanisms to help solve this problem. Let's go through them first. Non-Nullable... Continue Reading →
You must be logged in to post a comment.