Kotlin

Kotlin data class fundamentals

In this post we will discuss key differences between data class and normal class in Kotlin. Summary of Kotlin data classes Lets…

Kotlin’s JVM annotations

Java interoperability is one of the key advantages of Kotlin. It helped easier transitions to Kotlin while keeping part of your code…