Kotlin's "inline" keyword

Kotlin has a bunch of new concepts for folks like me approaching it from a Java background. Among these is the inline keyword which can admittedly »

Platform types in Kotlin

One of the things that makes Kotlin so attractive as a language for Android development is its interoperability with Java, but this is tricky business! Fortunately »