Kotlin Extension Functions
Just as the name implies, “Extension functions” are extra functions that you apply to any object in your Kotlin code, it helps us to extend the functionality of objects without making any change to their code. Whether it’s a framework object like But...
noelon.hashnode.dev2 min read