Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.08 KB

File metadata and controls

27 lines (18 loc) · 1.08 KB

Kotlin Notebook

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.

Tests

 ./gradlew test

Feedback

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.

Acknowledgements

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.