News

What are extension functions? Kotlin’s extension functions provide you with a way of “adding” methods to a class, without having to inherit from that class or use any type of design pattern ...
Functions in Kotlin can be top-level objects, meaning they do not need to be nested within a class. Moreover, Kotlin has other function-related features that support a cleaner, more compact syntax ...
Last year, Google named Kotlin an official language of Android, and it has since seen a meteoric rise in popularity . This comprehensive list of books, ...
The Kotlin 1.4-M1 release includes a new, more powerful type inference algorithm that is enabled by default, as well as new features and language changes.
Google today announced that the Kotlin programming language is now its preferred language for Android app developers. "Android development will become ...
Kotlin is a super new programming language built by JetBrains, which also coincidentally develops the JetBrains IDE that Android Studio — Google’s official developer tool — is based on.