Skip to content

Releases: svtk/AtomicKotlinCourse

For Completed book, with Gradle build files for testing

26 Oct 09:57
Compare
Choose a tag to compare

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.