This repository contains the code we wrote during Rock the JVM's Kotlin at Light Speed mini-course/video series. Unless explicitly mentioned, the code in this repository is exactly what was caught on camera.
- if you don't have IntelliJ IDEA installed, install it from the official site
- either clone the repo or download as zip
- open with IntelliJ as a Maven project
Clone this repository and checkout the start
tag by running the following in the repo folder:
git checkout start
The master branch contains the final code, so you can download the repository as is, or if you've navigated somewhere in the code history, then do
git checkout master
If you have changes to suggest to this repo, either
- submit a GitHub issue
- tell me in the comments to the videos
- submit a pull request!