Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.05 KB

The official repository for the Rock the JVM Kotlin at Light Speed course

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.

How to install

  • 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

How to start

Clone this repository and checkout the start tag by running the following in the repo folder:

git checkout start

How to see the final code

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

For questions or suggestions

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!