To open up Kotlin Month, we’ll look at a small assortment of Kotlin’s features that aren’t big enough to merit their own post and don’t fit into a grouping for the upcoming posts, starting with operator overloading. Operator Overloading Because of the mess it made in C++, Java decided to not include operator overloading, and ...