#kotlin
Read more stories on Hashnode
Articles with this tag
As we already covered, Kotlin provides the ability to extend a class or an interface with new functionality without having to inherit from the class...
I had to recreate the way dev.to generates anchors in Kotlin Multi-Platform (MPL). It took way longer than expected! ยท bitdowntoc is a Markdown TOC -...
Kotlin provides the ability to extend a class or an interface with new functionality without having to inherit from the class or use design patterns...
Kotlin treats functions as first-class citizens. First-class means functions can be stored in variables and data structures and can be passed as...
About the Series Let's deep dive into Kotlin functions, from the simple theory to the more advanced concepts of extension functions and lambda...
Working on a little new library to fetch book metadata from GoodReads, I stumbled upon a basic, yet tricky need/problem: pretty-printing data classes...