My solutions to the Kotlin Koans, a series of exercises to help learn Kotlin syntax.
All of the tests pass: that doesn't mean my solutions are correct or idiomatic though!
$ ./gradlew test
- Import project from Gradle
- Create a Run configuration with the Gradle task
test
- Run it.