Understanding Kotlin’s Any, Unit, Nothing
Kotlin offers unique types that can be quite different from what developers are used to in Java. In this blog, we will explore three such types: Any, Unit, and Nothing.
Any
//SOURCE CODE
package kotlin
/**
* The root of the Kotlin class hierarchy. E...
khushpanchal.hashnode.dev3 min read