
What’s New - June 2022
Kotlin: An Illustrated Guide, Chapter 10 has been published! Extensions are an easy way to add new functions and properties to existing classes - even to classes that you didn’t write! This chapter covers both implicit and explicit receivers. It does not cover context receivers because they’re still considered prototype. However, this chapter’s content is includes the concepts that are foundational to understanding them.