You now have all the pieces of the web app puzzle assembled. But before you implement business logic on your own, you’ll learn how to write automated tests.
Implementing test cases and assertions with kotlin.test
Null safety with the unsafe cast operator !!
Inline functions
The basics of Test-Driven Development (TDD) ...