A hopefully handy reference consisting of test-based demos of various aspects of Kotlin.
If you're using IntelliJ, you'll need to install the plugin for Kotest.
Please note that the domain is not exactly as I'd like it, as I had to bend it to cover certain aspects - for examples: vars, where I would have preferred to remain immutable.
./gradlew test
If you have any feedback, I'd be grateful if you'd add an issue to this repo - or even a PR, which I'll be glad to review.
My introduction to Kotlin owes much if not everything to the high quality tutorials from Rock The JVM, namely: Kotlin at Light Speed, Kotlin Essentials and Advanced Kotlin. Highly recommended, all. And note that the first is free.