Annotated solutions to the Kotlin Koans.
The Koans problems are split into 6 sections:
- Introduction
- Collections
- Conventions
- Properties
- Builders
- Generics
Each section has a handful of problems. The task is to fill in the code in Task.kt
to be able to get all tests to pass.