Back in the early days of Kotlin adoption on Android, many people started writing their unit tests using Kotlin. Even though the primary goal of this approach was to have a possibility to enjoy Kotlin without letting it slip into the actual production code, it turned out that Kotlin is...
[Read More]
Did you know that you can inline properties in Kotlin? I discovered this small
feature accidentally while browsing through Kotlin docs, and thought it’s worth a short article. So
why is this useful?
[Read More]