Extension Properties & Methods
Kotlin uses extension properties and methods to let you augment a type without changing the class definition.
Kotlin uses extension properties and methods to let you augment a type without changing the class definition.
Comments