Skip to content

For Completed book, with Gradle build files for testing

Latest
Compare
Choose a tag to compare
@svtk svtk released this 26 Oct 09:57
· 202 commits to master since this release

For Windows:

  1. Download the zip version.

  2. Open the Windows Explorer in your download directory.

  3. Right click the downloaded file and choose Extract All.

  4. Open a command prompt and navigate to the directory containing the extracted files.

  5. To check output and 'eq' for examples and exercise solutions, run gradlew TestExamples.

  6. To test the exercises against their given solutions, run gradlew TestExercises.

For Linux & OSX:

  1. Download the tar.gz version.

  2. Open a command prompt and navigate to the directory containing the downloaded file.

  3. Run tar xfz AtomicKotlinCourse-1.0.tar.gz.

  4. cd to AtomicKotlinCourse-1.0.

  5. To check output and 'eq' for examples and exercise solutions, run ./gradlew TestExamples.

  6. To test the exercises against their given solutions, run ./gradlew TestExercises.